COLOR #EC90DB

HEX: #EC90DB RGB: (236,144,219)

Color info

#EC90DB contains mainly red and blue colors. Web safe color of #EC90DB is #FF99CC (or #F9C).

RGB color model

#EC90DB color RGB value is (236,144,219).

RGB: (236,144,219) (93%, 56%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 144 of 255 = 56%
B 219 of 255 = 86%

236
144
219

R + G + B ~ 78%. #EC90DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 144 + 219 = 599 (100%)
R 236 of 599 ~ 39.4%
G 144 of 599 ~ 24.04%
B 219 of 599 ~ 36.56'%

%39.4
%24.04
%36.56

CMYK color model

#EC90DB color CMYK value is (0,39,7,7).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK: (0,39,7,7) C0M39Y7K7 (0%,39%,7%,7%) (0.00/0.39/0.07/0.07) 

CMYK percentages

%0
%38.98
%7.2
%7.45

Codes

Color #EC90DB in popluar color models

EC 90 DB
RGB 236 144 219
HSL 311° 70.77% 74.51%
HSB/HSV 311° 38.98% 92.55%
CMYK 0.00% 38.98% 7.20%
7.45%

Color #EC90DB in popluar number systems.

HEX EC 90 DB
Decimal 236 144 219
Binary 11101100 10010000 11011011
Octal 354 220 333

Shades and tints

Shades of #EC90DB

#EC90DB
(236,144,219)
#D783C8
(215,131,200)
#C276B5
(194,118,181)
#AD69A2
(173,105,162)
#985C8F
(152,92,143)
#834F7C
(131,79,124)
#6E4269
(110,66,105)
#593556
(89,53,86)
#442843
(68,40,67)
#2F1B30
(47,27,48)
#1A0E1D
(26,14,29)
#000000
(0,0,0)

Tints of #EC90DB

#EC90DB
(236,144,219)
#ED9ADE
(237,154,222)
#EEA4E1
(238,164,225)
#EFAEE4
(239,174,228)
#F0B8E7
(240,184,231)
#F1C2EA
(241,194,234)
#F2CCED
(242,204,237)
#F3D6F0
(243,214,240)
#F4E0F3
(244,224,243)
#F5EAF6
(245,234,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC90DB color. Also use rgb(236,144,219) instead hex code.

Text Font Color

.myTextColor { color: #EC90DB; }

<p style="color:#EC90DB">This sample text font color is #EC90DB.</p>

This text font color is #EC90DB.

Background Color

.myBgColor { background-color: #EC90DB; }

<div style="background-color:#EC90DB">Inner text</div>

This div background color is #EC90DB.

Border color

.myBorderColor { border: 1px solid #EC90DB; }

<div style="border:3px solid #EC90DB">Div</div>

This div border color is #EC90DB.

Opacity

.myOpacity80 { color: #EC90DB; opacity: 0.8; }

<p style="color:#EC90DB;opacity:0.8;">80%</p>

Text with #EC90DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EC90DB;}

<p style="text-shadow: 3px 3px 1px #EC90DB">Text here.</p>

This text has shadow with #EC90DB color.


.textShadow {text-shadow: 3px 3px 1px #EC90DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EC90DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #EC90DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EC90DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EC90DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #EC90DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EC90DB;
-webkit-box-shadow: 1px 1px 3px 2px #EC90DB;
box-shadow: 1px 1px 3px 2px #EC90DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EC90DB; -webkit-box-shadow: 1px 1px 3px 2px #EC90DB; box-shadow:1px 1px 3px 2px #EC90DB;">
Div content here
</div>

This div box has shadow with color #EC90DB.

Preview

Color preview on black background

This text has color #EC90DB on black background.


Color preview on white background

This text has color #EC90DB on white background.


Black color preview on #EC90DB background

This text has black color on #EC90DB background.


White color preview on #EC90DB background

This text has white color on #EC90DB background.


Related colors

Complementary color

Complementary color for #hex is #136F24.


I love getcolorcode.com

Triadic colors

1 #DBEC90 and #90DBEC with #EC90DB are triadic colors.

2 #DB90EC and #90ECDB with #EC90DB are triadic colors.