#E81385

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

Shades of Deep Pink #E81385

Tints of Deep Pink #E81385

Color information

#E81385 (or 0xE81385) is unknown color: approx Deep Pink. HEX triplet: E8, 13 and 85. RGB value is (232,19,133). Sum of RGB (Red+Green+Blue) = 232+19+133=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E81385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81385 is #17EC7A. Grayscale: #5F5F5F. Windows color (decimal): -1567867 or 8721384. OLE color: 8721384.

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

Color convert

RGB23219133-
CMYK00.920.430.09
HSL327.89º84.86%49.22%-
HSV(B)327.89º91.81%90.98%-
XYZ37.7519.3223.93-
YUV95.68149.07225.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 60.42%
GREEN value IS 19 (7.81% from 255) = 4.95%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=60.42%
G=4.95%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321913300.920.430.09327.8984.8649.22
HexE8138505C2B91485531
Octal350232050134531151012561
Binary1110100010011100001010101110010101110011010010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81385; }

 p { color: rgb(232,19,133); }

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

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

 a { background-color: rgb(232,19,133); }

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

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

 span { border-color: rgb(232,19,133); }

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