Html Css Color HEX #EC1091 Deep Pink

📋 copy color: '#EC1091'

red 236 ◦ green 16 ◦ blue 145

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

Shades of Deep Pink #EC1091

Tints of Deep Pink #EC1091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 59.45%
G = 4.03%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1091 (or 0xEC1091) is known color: Deep Pink. HEX triplet: EC, 10 and 91. RGB value is (236,16,145). Sum of RGB (Red+Green+Blue) = 236+16+145=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1091 is #13EF6E. Grayscale: #606060. Windows color (decimal): -1306479 or 9507052. OLE color: 9507052.

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

Color convert

RGB 236 16 145 -
CMYK 0 0.93 0.39 0.07
HSL 324.82º 0.87% 0.49% -
HSV(B) 324.82º 0.93% 0.93% -
XYZ 39.89 20.25 28.59 -
YUV 96.49 155.39 227.51 -
System Red Green Blue C M Y K H S L
Decimal 236 16 145 0 0.93 0.39 0.07 324.82 0.87 0.49
Hex EC 10 91 0 5D 27 7 145 57 31
Octal 354 20 221 0 135 47 7 505 127 61
Binary 11101100 10000 10010001 0 1011101 100111 111 101000101 1010111 110001

Color Harmonies of #EC1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1091

Black with #EC1091

Text Example


Text Example

White with #EC1091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1091; }

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

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

background-color css

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

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

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

border-color css

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

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

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