Html Css Color HEX #EC1186 Deep Pink

📋 copy color: '#EC1186'

red 236 ◦ green 17 ◦ blue 134

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

Shades of Deep Pink #EC1186

Tints of Deep Pink #EC1186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 60.98%
G = 4.39%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC1186 (or 0xEC1186) is known color: Deep Pink. HEX triplet: EC, 11 and 86. RGB value is (236,17,134). Sum of RGB (Red+Green+Blue) = 236+17+134=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1186 is #13EE79. Grayscale: #5F5F5F. Windows color (decimal): -1306234 or 8786412. OLE color: 8786412.

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

Color convert

RGB 236 17 134 -
CMYK 0 0.93 0.43 0.07
HSL 327.95º 0.87% 0.5% -
HSV(B) 327.95º 0.93% 0.93% -
XYZ 39.1 19.95 24.35 -
YUV 95.82 149.55 227.99 -
System Red Green Blue C M Y K H S L
Decimal 236 17 134 0 0.93 0.43 0.07 327.95 0.87 0.5
Hex EC 11 86 0 5D 2B 7 148 57 32
Octal 354 21 206 0 135 53 7 510 127 62
Binary 11101100 10001 10000110 0 1011101 101011 111 101001000 1010111 110010

Color Harmonies of #EC1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1186

Black with #EC1186

Text Example


Text Example

White with #EC1186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1186; }

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

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

background-color css

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

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

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

border-color css

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

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

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