#E81487

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

Shades of Deep Pink #E81487

Tints of Deep Pink #E81487

Color information

#E81487 (or 0xE81487) is unknown color: approx Deep Pink. HEX triplet: E8, 14 and 87. RGB value is (232,20,135). Sum of RGB (Red+Green+Blue) = 232+20+135=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E81487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81487 is #17EB78. Grayscale: #606060. Windows color (decimal): -1567609 or 8852712. OLE color: 8852712.

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

Color convert

RGB23220135-
CMYK00.910.420.09
HSL327.45º84.13%49.41%-
HSV(B)327.45º91.38%90.98%-
XYZ37.919.4124.67-
YUV96.5149.74224.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.95%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=59.95%
G=5.17%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322013500.910.420.09327.4584.1349.41
HexE8148705B2A91475431
Octal350242070133521150712461
Binary1110100010100100001110101101110101010011010001111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81487; }

 p { color: rgb(232,20,135); }

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

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

 a { background-color: rgb(232,20,135); }

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

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

 span { border-color: rgb(232,20,135); }

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