Html Css Color HEX #EC1089 Deep Pink

📋 copy color: '#EC1089'

red 236 ◦ green 16 ◦ blue 137

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

Shades of Deep Pink #EC1089

Tints of Deep Pink #EC1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

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

R = 60.67%
G = 4.11%
B = 35.22%

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

#EC1089 (or 0xEC1089) is known color: Deep Pink. HEX triplet: EC, 10 and 89. RGB value is (236,16,137). Sum of RGB (Red+Green+Blue) = 236+16+137=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1089 is #13EF76. Grayscale: #5F5F5F. Windows color (decimal): -1306487 or 8982764. OLE color: 8982764.

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

Color convert

RGB 236 16 137 -
CMYK 0 0.93 0.42 0.07
HSL 327º 0.87% 0.49% -
HSV(B) 327º 0.93% 0.93% -
XYZ 39.29 20.01 25.46 -
YUV 95.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 236 16 137 0 0.93 0.42 0.07 327 0.87 0.49
Hex EC 10 89 0 5D 2A 7 147 57 31
Octal 354 20 211 0 135 52 7 507 127 61
Binary 11101100 10000 10001001 0 1011101 101010 111 101000111 1010111 110001

Color Harmonies of #EC1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1089

Black with #EC1089

Text Example


Text Example

White with #EC1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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