#e85ebb

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

Shades of Hot Pink #E85EBB

Tints of Hot Pink #E85EBB

Color information

#E85EBB (or 0xE85EBB) is unknown color: approx Hot Pink. HEX triplet: E8, 5E and BB. RGB value is (232,94,187). Sum of RGB (Red+Green+Blue) = 232+94+187=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EBB is #17A144. Grayscale: #919191. Windows color (decimal): -1548613 or 12279528. OLE color: 12279528.

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

Color convert

RGB23294187-
CMYK00.590.190.09
HSL319.57º75%63.92%-
HSV(B)319.57º59.48%90.98%-
XYZ46.2528.7550.13-
YUV145.86151.22189.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=45.22%
G=18.32%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329418700.590.190.09319.577563.92
HexE85EBB03B1391404b40
Octal3501362730732311500113100
Binary11101000101111010111011011101110011100110100000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85ebb; }

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

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

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

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

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

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

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

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