#E85DAE

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

Shades of Hot Pink #E85DAE

Tints of Hot Pink #E85DAE

Color information

#E85DAE (or 0xE85DAE) is unknown color: approx Hot Pink. HEX triplet: E8, 5D and AE. RGB value is (232,93,174). Sum of RGB (Red+Green+Blue) = 232+93+174=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAE is #17A251. Grayscale: #8F8F8F. Windows color (decimal): -1548882 or 11427304. OLE color: 11427304.

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

Color convert

RGB23293174-
CMYK00.600.250.09
HSL325.04º75.14%63.73%-
HSV(B)325.04º59.91%90.98%-
XYZ44.8328.0443.09-
YUV143.79145.05190.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.49%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=46.49%
G=18.64%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329317400.600.250.09325.0475.1463.73
HexE85DAE03C1991454b40
Octal3501352560743111505113100
Binary11101000101110110101110011110011001100110100010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DAE; }

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

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

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

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

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

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

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

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