#E85BB1

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

Shades of Hot Pink #E85BB1

Tints of Hot Pink #E85BB1

Color information

#E85BB1 (or 0xE85BB1) is unknown color: approx Hot Pink. HEX triplet: E8, 5B and B1. RGB value is (232,91,177). Sum of RGB (Red+Green+Blue) = 232+91+177=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BB1 is #17A44E. Grayscale: #8E8E8E. Windows color (decimal): -1549391 or 11623400. OLE color: 11623400.

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

Color convert

RGB23291177-
CMYK00.610.240.09
HSL323.4º75.4%63.33%-
HSV(B)323.4º60.78%90.98%-
XYZ44.9627.8144.59-
YUV142.96147.21191.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.4%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=46.4%
G=18.2%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329117700.610.240.09323.475.463.33
HexE85BB103D1891434b3f
Octal350133261075301150311377
Binary1110100010110111011000101111011100010011010000111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BB1; }

 p { color: rgb(232,91,177); }

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

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

 a { background-color: rgb(232,91,177); }

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

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

 span { border-color: rgb(232,91,177); }

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