#E85FBB

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

Shades of Hot Pink #E85FBB

Tints of Hot Pink #E85FBB

Color information

#E85FBB (or 0xE85FBB) is unknown color: approx Hot Pink. HEX triplet: E8, 5F and BB. RGB value is (232,95,187). Sum of RGB (Red+Green+Blue) = 232+95+187=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FBB is #17A044. Grayscale: #929292. Windows color (decimal): -1548357 or 12279784. OLE color: 12279784.

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

Color convert

RGB23295187-
CMYK00.590.190.09
HSL319.71º74.86%64.12%-
HSV(B)319.71º59.05%90.98%-
XYZ46.3428.9350.15-
YUV146.45150.89189.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 95 (37.5% from 255) = 18.48%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=45.14%
G=18.48%
B=36.38%

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
Decimal2329518700.590.190.09319.7174.8664.12
HexE85FBB03B1391404b40
Octal3501372730732311500113100
Binary11101000101111110111011011101110011100110100000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FBB; }

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

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

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

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

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

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

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

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