Html Css Color HEX #EC118D Deep Pink

📋 copy color: '#EC118D'

red 236 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #EC118D

Tints of Deep Pink #EC118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 59.9%
G = 4.31%
B = 35.79%

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

#EC118D (or 0xEC118D) is known color: Deep Pink. HEX triplet: EC, 11 and 8D. RGB value is (236,17,141). Sum of RGB (Red+Green+Blue) = 236+17+141=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC118D is #13EE72. Grayscale: #606060. Windows color (decimal): -1306227 or 9245164. OLE color: 9245164.

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

Color convert

RGB 236 17 141 -
CMYK 0 0.93 0.40 0.07
HSL 326.03º 0.87% 0.5% -
HSV(B) 326.03º 0.93% 0.93% -
XYZ 39.6 20.16 27 -
YUV 96.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 236 17 141 0 0.93 0.40 0.07 326.03 0.87 0.5
Hex EC 11 8D 0 5D 28 7 146 57 32
Octal 354 21 215 0 135 50 7 506 127 62
Binary 11101100 10001 10001101 0 1011101 101000 111 101000110 1010111 110010

Color Harmonies of #EC118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC118D

Black with #EC118D

Text Example


Text Example

White with #EC118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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