Html Css Color HEX #EC118E Deep Pink

📋 copy color: '#EC118E'

red 236 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #EC118E

Tints of Deep Pink #EC118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 59.75%
G = 4.3%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC118E (or 0xEC118E) is known color: Deep Pink. HEX triplet: EC, 11 and 8E. RGB value is (236,17,142). Sum of RGB (Red+Green+Blue) = 236+17+142=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC118E is #13EE71. Grayscale: #606060. Windows color (decimal): -1306226 or 9310700. OLE color: 9310700.

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

Color convert

RGB 236 17 142 -
CMYK 0 0.93 0.40 0.07
HSL 325.75º 0.87% 0.5% -
HSV(B) 325.75º 0.93% 0.93% -
XYZ 39.68 20.19 27.4 -
YUV 96.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 236 17 142 0 0.93 0.40 0.07 325.75 0.87 0.5
Hex EC 11 8E 0 5D 28 7 146 57 32
Octal 354 21 216 0 135 50 7 506 127 62
Binary 11101100 10001 10001110 0 1011101 101000 111 101000110 1010111 110010

Color Harmonies of #EC118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC118E

Black with #EC118E

Text Example


Text Example

White with #EC118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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