Html Css Color HEX #EC118A Deep Pink

📋 copy color: '#EC118A'

red 236 ◦ green 17 ◦ blue 138

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

Shades of Deep Pink #EC118A

Tints of Deep Pink #EC118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 60.36%
G = 4.35%
B = 35.29%

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

#EC118A (or 0xEC118A) is known color: Deep Pink. HEX triplet: EC, 11 and 8A. RGB value is (236,17,138). Sum of RGB (Red+Green+Blue) = 236+17+138=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC118A is #13EE75. Grayscale: #606060. Windows color (decimal): -1306230 or 9048556. OLE color: 9048556.

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

Color convert

RGB 236 17 138 -
CMYK 0 0.93 0.42 0.07
HSL 326.85º 0.87% 0.5% -
HSV(B) 326.85º 0.93% 0.93% -
XYZ 39.38 20.07 25.84 -
YUV 96.28 151.55 227.66 -
System Red Green Blue C M Y K H S L
Decimal 236 17 138 0 0.93 0.42 0.07 326.85 0.87 0.5
Hex EC 11 8A 0 5D 2A 7 147 57 32
Octal 354 21 212 0 135 52 7 507 127 62
Binary 11101100 10001 10001010 0 1011101 101010 111 101000111 1010111 110010

Color Harmonies of #EC118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC118A

Black with #EC118A

Text Example


Text Example

White with #EC118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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