Html Css Color HEX #EC1A99 Deep Pink

📋 copy color: '#EC1A99'

red 236 ◦ green 26 ◦ blue 153

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

Shades of Deep Pink #EC1A99

Tints of Deep Pink #EC1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.27%

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

R = 56.87%
G = 6.27%
B = 36.87%

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

#EC1A99 (or 0xEC1A99) is known color: Deep Pink. HEX triplet: EC, 1A and 99. RGB value is (236,26,153). Sum of RGB (Red+Green+Blue) = 236+26+153=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A99 is #13E566. Grayscale: #666666. Windows color (decimal): -1303911 or 10033900. OLE color: 10033900.

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

Color convert

RGB 236 26 153 -
CMYK 0 0.89 0.35 0.07
HSL 323.71º 0.85% 0.51% -
HSV(B) 323.71º 0.89% 0.93% -
XYZ 40.71 20.87 32.02 -
YUV 103.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 236 26 153 0 0.89 0.35 0.07 323.71 0.85 0.51
Hex EC 1A 99 0 59 23 7 144 55 33
Octal 354 32 231 0 131 43 7 504 125 63
Binary 11101100 11010 10011001 0 1011001 100011 111 101000100 1010101 110011

Color Harmonies of #EC1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A99

Black with #EC1A99

Text Example


Text Example

White with #EC1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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