#E85EB4

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

Shades of Hot Pink #E85EB4

Tints of Hot Pink #E85EB4

Color information

#E85EB4 (or 0xE85EB4) is unknown color: approx Hot Pink. HEX triplet: E8, 5E and B4. RGB value is (232,94,180). Sum of RGB (Red+Green+Blue) = 232+94+180=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EB4 is #17A14B. Grayscale: #909090. Windows color (decimal): -1548620 or 11820776. OLE color: 11820776.

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

Color convert

RGB23294180-
CMYK00.590.220.09
HSL322.61º75%63.92%-
HSV(B)322.61º59.48%90.98%-
XYZ45.5228.4646.27-
YUV145.07147.72190.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 94 (37.11% from 255) = 18.58%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=45.85%
G=18.58%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329418000.590.220.09322.617563.92
HexE85EB403B1691434b40
Octal3501362640732611503113100
Binary11101000101111010110100011101110110100110100001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EB4; }

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

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

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

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

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

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

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

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