#E8158D

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

Shades of Deep Pink #E8158D

Tints of Deep Pink #E8158D

Color information

#E8158D (or 0xE8158D) is unknown color: approx Deep Pink. HEX triplet: E8, 15 and 8D. RGB value is (232,21,141). Sum of RGB (Red+Green+Blue) = 232+21+141=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8158D is #17EA72. Grayscale: #616161. Windows color (decimal): -1567347 or 9246184. OLE color: 9246184.

HSL color Cylindrical-coordinate representation of color #E8158D: hue angle of 325.88º 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 #E8158D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23221141-
CMYK00.910.390.09
HSL325.88º83.4%49.61%-
HSV(B)325.88º90.95%90.98%-
XYZ38.3519.6226.96-
YUV97.77152.4223.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.88%
GREEN value IS 21 (8.59% from 255) = 5.33%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=58.88%
G=5.33%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322114100.910.390.09325.8883.449.61
HexE8158D05B2791465332
Octal350252150133471150612362
Binary1110100010101100011010101101110011110011010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8158D; }

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

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

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

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

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

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

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

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