#E85EB8

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

Shades of Hot Pink #E85EB8

Tints of Hot Pink #E85EB8

Color information

#E85EB8 (or 0xE85EB8) is unknown color: approx Hot Pink. HEX triplet: E8, 5E and B8. RGB value is (232,94,184). Sum of RGB (Red+Green+Blue) = 232+94+184=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EB8 is #17A147. Grayscale: #919191. Windows color (decimal): -1548616 or 12082920. OLE color: 12082920.

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

Color convert

RGB23294184-
CMYK00.590.210.09
HSL320.87º75%63.92%-
HSV(B)320.87º59.48%90.98%-
XYZ45.9328.6248.45-
YUV145.52149.72189.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.49%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 184 (72.27% from 255) = 36.08%
R=45.49%
G=18.43%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329418400.590.210.09320.877563.92
HexE85EB803B1591414b40
Octal3501362700732511501113100
Binary11101000101111010111000011101110101100110100000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EB8; }

 p { color: rgb(232,94,184); }

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

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

 a { background-color: rgb(232,94,184); }

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

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

 span { border-color: rgb(232,94,184); }

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