#E8158B

Color #E8158B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E8158B

Tints of Deep Pink #E8158B

Color information

#E8158B (or 0xE8158B) is unknown color: approx Deep Pink. HEX triplet: E8, 15 and 8B. RGB value is (232,21,139). Sum of RGB (Red+Green+Blue) = 232+21+139=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8158B is #17EA74. Grayscale: #616161. Windows color (decimal): -1567349 or 9115112. OLE color: 9115112.

HSL color Cylindrical-coordinate representation of color #E8158B: hue angle of 326.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8158B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23221139-
CMYK00.910.400.09
HSL326.45º83.4%49.61%-
HSV(B)326.45º90.95%90.98%-
XYZ38.2119.5626.19-
YUV97.54151.4223.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.18%
GREEN value IS 21 (8.59% from 255) = 5.36%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=59.18%
G=5.36%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322113900.910.400.09326.4583.449.61
HexE8158B05B2891465332
Octal350252130133501150612362
Binary1110100010101100010110101101110100010011010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8158B; }

 p { color: rgb(232,21,139); }

 H1.HeaderClassName
 {
   color: #E8158B;
 }
 .AnyTagClassName
 {
   color: #E8158B;
 }
</style>
background-color css

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

 a { background-color: rgb(232,21,139); }

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

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

 span { border-color: rgb(232,21,139); }

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