Html Css Color HEX #EC1A89 Deep Pink

📋 copy color: '#EC1A89'

red 236 ◦ green 26 ◦ blue 137

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

Shades of Deep Pink #EC1A89

Tints of Deep Pink #EC1A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 59.15%
G = 6.52%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC1A89 (or 0xEC1A89) is known color: Deep Pink. HEX triplet: EC, 1A and 89. RGB value is (236,26,137). Sum of RGB (Red+Green+Blue) = 236+26+137=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A89 is #13E576. Grayscale: #656565. Windows color (decimal): -1303927 or 8985324. OLE color: 8985324.

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

Color convert

RGB 236 26 137 -
CMYK 0 0.89 0.42 0.07
HSL 328.29º 0.85% 0.51% -
HSV(B) 328.29º 0.89% 0.93% -
XYZ 39.48 20.38 25.52 -
YUV 101.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 236 26 137 0 0.89 0.42 0.07 328.29 0.85 0.51
Hex EC 1A 89 0 59 2A 7 148 55 33
Octal 354 32 211 0 131 52 7 510 125 63
Binary 11101100 11010 10001001 0 1011001 101010 111 101001000 1010101 110011

Color Harmonies of #EC1A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A89

Black with #EC1A89

Text Example


Text Example

White with #EC1A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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