Html Css Color HEX #E8118E Deep Pink

📋 copy color: '#E8118E'

red 232 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #E8118E

Tints of Deep Pink #E8118E

RGB

 RED value IS 232 (91.02% from 255) = 59.34%

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

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

R = 59.34%
G = 4.35%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8118E (or 0xE8118E) is known color: Deep Pink. HEX triplet: E8, 11 and 8E. RGB value is (232,17,142). Sum of RGB (Red+Green+Blue) = 232+17+142=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8118E is #17EE71. Grayscale: #5F5F5F. Windows color (decimal): -1568370 or 9310696. OLE color: 9310696.

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

Color convert

RGB 232 17 142 -
CMYK 0 0.93 0.39 0.09
HSL 325.12º 0.86% 0.49% -
HSV(B) 325.12º 0.93% 0.91% -
XYZ 38.36 19.51 27.34 -
YUV 95.54 154.23 225.34 -
System Red Green Blue C M Y K H S L
Decimal 232 17 142 0 0.93 0.39 0.09 325.12 0.86 0.49
Hex E8 11 8E 0 5D 27 9 145 56 31
Octal 350 21 216 0 135 47 11 505 126 61
Binary 11101000 10001 10001110 0 1011101 100111 1001 101000101 1010110 110001

Color Harmonies of #E8118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8118E

Black with #E8118E

Text Example


Text Example

White with #E8118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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