Html Css Color HEX #EA118E Deep Pink

📋 copy color: '#EA118E'

red 234 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #EA118E

Tints of Deep Pink #EA118E

RGB

 RED value IS 234 (91.8% from 255) = 59.54%

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

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

R = 59.54%
G = 4.33%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA118E (or 0xEA118E) is known color: Deep Pink. HEX triplet: EA, 11 and 8E. RGB value is (234,17,142). Sum of RGB (Red+Green+Blue) = 234+17+142=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA118E is #15EE71. Grayscale: #5F5F5F. Windows color (decimal): -1437298 or 9310698. OLE color: 9310698.

HSL color Cylindrical-coordinate representation of color #EA118E: hue angle of 325.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA118E is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 142 -
CMYK 0 0.93 0.39 0.08
HSL 325.44º 0.86% 0.49% -
HSV(B) 325.44º 0.93% 0.92% -
XYZ 39.01 19.85 27.37 -
YUV 96.13 153.89 226.34 -
System Red Green Blue C M Y K H S L
Decimal 234 17 142 0 0.93 0.39 0.08 325.44 0.86 0.49
Hex EA 11 8E 0 5D 27 8 145 56 31
Octal 352 21 216 0 135 47 10 505 126 61
Binary 11101010 10001 10001110 0 1011101 100111 1000 101000101 1010110 110001

Color Harmonies of #EA118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA118E

Black with #EA118E

Text Example


Text Example

White with #EA118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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