Html Css Color HEX #EC1189 Deep Pink

📋 copy color: '#EC1189'

red 236 ◦ green 17 ◦ blue 137

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

Shades of Deep Pink #EC1189

Tints of Deep Pink #EC1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.36%

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

R = 60.51%
G = 4.36%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC1189 (or 0xEC1189) is known color: Deep Pink. HEX triplet: EC, 11 and 89. RGB value is (236,17,137). Sum of RGB (Red+Green+Blue) = 236+17+137=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1189 is #13EE76. Grayscale: #5F5F5F. Windows color (decimal): -1306231 or 8983020. OLE color: 8983020.

HSL color Cylindrical-coordinate representation of color #EC1189: hue angle of 327.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1189 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 137 -
CMYK 0 0.93 0.42 0.07
HSL 327.12º 0.87% 0.5% -
HSV(B) 327.12º 0.93% 0.93% -
XYZ 39.31 20.04 25.46 -
YUV 96.16 151.05 227.74 -
System Red Green Blue C M Y K H S L
Decimal 236 17 137 0 0.93 0.42 0.07 327.12 0.87 0.5
Hex EC 11 89 0 5D 2A 7 147 57 32
Octal 354 21 211 0 135 52 7 507 127 62
Binary 11101100 10001 10001001 0 1011101 101010 111 101000111 1010111 110010

Color Harmonies of #EC1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1189

Black with #EC1189

Text Example


Text Example

White with #EC1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1189; }

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

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

background-color css

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

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

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

border-color css

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

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

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