Html Css Color HEX #EC1990 Deep Pink

📋 copy color: '#EC1990'

red 236 ◦ green 25 ◦ blue 144

#EC1990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EC1990

Tints of Deep Pink #EC1990

RGB

 RED value IS 236 (92.58% from 255) = 58.27%

 GREEN value IS 25 (10.16% from 255) = 6.17%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 58.27%
G = 6.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC1990 (or 0xEC1990) is known color: Deep Pink. HEX triplet: EC, 19 and 90. RGB value is (236,25,144). Sum of RGB (Red+Green+Blue) = 236+25+144=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1990 is #13E66F. Grayscale: #656565. Windows color (decimal): -1304176 or 9443820. OLE color: 9443820.

HSL color Cylindrical-coordinate representation of color #EC1990: hue angle of 326.16º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1990 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 144 -
CMYK 0 0.89 0.39 0.07
HSL 326.16º 0.85% 0.51% -
HSV(B) 326.16º 0.89% 0.93% -
XYZ 39.97 20.54 28.24 -
YUV 101.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 236 25 144 0 0.89 0.39 0.07 326.16 0.85 0.51
Hex EC 19 90 0 59 27 7 146 55 33
Octal 354 31 220 0 131 47 7 506 125 63
Binary 11101100 11001 10010000 0 1011001 100111 111 101000110 1010101 110011

Color Harmonies of #EC1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1990

Black with #EC1990

Text Example


Text Example

White with #EC1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1990; }

 p { color: rgb(236,25,144); }

 H1.HeaderClassName
 {
   color: #EC1990;
 }
 .AnyTagClassName
 {
   color: #EC1990;
 }
</style>

background-color css

<style>
 a { background-color: #EC1990; }

 a { background-color: rgb(236,25,144); }

 div.DivClassName
 {
   background-color: #EC1990;
 }
 .BgClassName
 {
   background-color: #EC1990;
 }
</style>

border-color css

<style>
 span { border-color: #EC1990; }

 span { border-color: rgb(236,25,144); }

 td.TdClassName
 {
   border-color: #EC1990;
 }
 .TagClassName
 {
   border-color: #EC1990;
 }
</style>