Html Css Color HEX #EC1999 Deep Pink

📋 copy color: '#EC1999'

red 236 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #EC1999

Tints of Deep Pink #EC1999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 57%
G = 6.04%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC1999 (or 0xEC1999) is known color: Deep Pink. HEX triplet: EC, 19 and 99. RGB value is (236,25,153). Sum of RGB (Red+Green+Blue) = 236+25+153=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1999 is #13E666. Grayscale: #666666. Windows color (decimal): -1304167 or 10033644. OLE color: 10033644.

HSL color Cylindrical-coordinate representation of color #EC1999: hue angle of 323.6º 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 #EC1999 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 153 -
CMYK 0 0.89 0.35 0.07
HSL 323.6º 0.85% 0.51% -
HSV(B) 323.6º 0.89% 0.93% -
XYZ 40.69 20.83 32.01 -
YUV 102.68 156.4 223.09 -
System Red Green Blue C M Y K H S L
Decimal 236 25 153 0 0.89 0.35 0.07 323.6 0.85 0.51
Hex EC 19 99 0 59 23 7 144 55 33
Octal 354 31 231 0 131 43 7 504 125 63
Binary 11101100 11001 10011001 0 1011001 100011 111 101000100 1010101 110011

Color Harmonies of #EC1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1999

Black with #EC1999

Text Example


Text Example

White with #EC1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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