#e85eb7

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

Shades of Hot Pink #E85EB7

Tints of Hot Pink #E85EB7

Color information

#E85EB7 (or 0xE85EB7) is unknown color: approx Hot Pink. HEX triplet: E8, 5E and B7. RGB value is (232,94,183). Sum of RGB (Red+Green+Blue) = 232+94+183=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EB7 is #17A148. Grayscale: #919191. Windows color (decimal): -1548617 or 12017384. OLE color: 12017384.

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

Color convert

RGB23294183-
CMYK00.590.210.09
HSL321.3º75%63.92%-
HSV(B)321.3º59.48%90.98%-
XYZ45.8328.5847.9-
YUV145.41149.22189.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.58%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=45.58%
G=18.47%
B=35.95%

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
Decimal2329418300.590.210.09321.37563.92
HexE85EB703B1591414b40
Octal3501362670732511501113100
Binary11101000101111010110111011101110101100110100000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85eb7; }

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

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

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

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

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

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

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

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