#E81085

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

Shades of Deep Pink #E81085

Tints of Deep Pink #E81085

Color information

#E81085 (or 0xE81085) is unknown color: approx Deep Pink. HEX triplet: E8, 10 and 85. RGB value is (232,16,133). Sum of RGB (Red+Green+Blue) = 232+16+133=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E81085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81085 is #17EF7A. Grayscale: #5D5D5D. Windows color (decimal): -1568635 or 8720616. OLE color: 8720616.

HSL color Cylindrical-coordinate representation of color #E81085: hue angle of 327.5º degrees, saturation: 0.87, 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 #E81085 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23216133-
CMYK00.930.430.09
HSL327.5º87.1%48.63%-
HSV(B)327.5º93.1%90.98%-
XYZ37.719.2223.91-
YUV93.92150.06226.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 60.89%
GREEN value IS 16 (6.64% from 255) = 4.20%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=60.89%
G=4.20%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321613300.930.430.09327.587.148.63
HexE8108505D2B91485731
Octal350202050135531151012761
Binary1110100010000100001010101110110101110011010010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81085; }

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

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

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

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

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

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

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

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