Html Css Color HEX #EC1989 Deep Pink

📋 copy color: '#EC1989'

red 236 ◦ green 25 ◦ blue 137

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

Shades of Deep Pink #EC1989

Tints of Deep Pink #EC1989

RGB

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

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

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

R = 59.3%
G = 6.28%
B = 34.42%

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

#EC1989 (or 0xEC1989) is known color: Deep Pink. HEX triplet: EC, 19 and 89. RGB value is (236,25,137). Sum of RGB (Red+Green+Blue) = 236+25+137=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1989 is #13E676. Grayscale: #646464. Windows color (decimal): -1304183 or 8985068. OLE color: 8985068.

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

Color convert

RGB 236 25 137 -
CMYK 0 0.89 0.42 0.07
HSL 328.15º 0.85% 0.51% -
HSV(B) 328.15º 0.89% 0.93% -
XYZ 39.46 20.33 25.51 -
YUV 100.86 148.4 224.39 -
System Red Green Blue C M Y K H S L
Decimal 236 25 137 0 0.89 0.42 0.07 328.15 0.85 0.51
Hex EC 19 89 0 59 2A 7 148 55 33
Octal 354 31 211 0 131 52 7 510 125 63
Binary 11101100 11001 10001001 0 1011001 101010 111 101001000 1010101 110011

Color Harmonies of #EC1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1989

Black with #EC1989

Text Example


Text Example

White with #EC1989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1989; }

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

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

background-color css

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

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

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

border-color css

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

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

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