#E85DB2

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

Shades of Hot Pink #E85DB2

Tints of Hot Pink #E85DB2

Color information

#E85DB2 (or 0xE85DB2) is unknown color: approx Hot Pink. HEX triplet: E8, 5D and B2. RGB value is (232,93,178). Sum of RGB (Red+Green+Blue) = 232+93+178=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DB2 is #17A24D. Grayscale: #909090. Windows color (decimal): -1548878 or 11689448. OLE color: 11689448.

HSL color Cylindrical-coordinate representation of color #E85DB2: hue angle of 323.31º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23293178-
CMYK00.600.230.09
HSL323.31º75.14%63.73%-
HSV(B)323.31º59.91%90.98%-
XYZ45.2328.245.18-
YUV144.25147.05190.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=46.12%
G=18.49%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329317800.600.230.09323.3175.1463.73
HexE85DB203C1791434b40
Octal3501352620742711503113100
Binary11101000101110110110010011110010111100110100001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DB2; }

 p { color: rgb(232,93,178); }

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

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

 a { background-color: rgb(232,93,178); }

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

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

 span { border-color: rgb(232,93,178); }

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