#E059B2

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

Shades of Hot Pink #E059B2

Tints of Hot Pink #E059B2

Color information

#E059B2 (or 0xE059B2) is unknown color: approx Hot Pink. HEX triplet: E0, 59 and B2. RGB value is (224,89,178). Sum of RGB (Red+Green+Blue) = 224+89+178=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E059B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059B2 is #1FA64D. Grayscale: #8B8B8B. Windows color (decimal): -2074190 or 11688416. OLE color: 11688416.

HSL color Cylindrical-coordinate representation of color #E059B2: hue angle of 320.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059B2 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22489178-
CMYK00.600.210.12
HSL320.44º68.53%61.37%-
HSV(B)320.44º60.27%87.84%-
XYZ42.3526.2144.95-
YUV139.51149.73188.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 89 (35.16% from 255) = 18.13%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=45.62%
G=18.13%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248917800.600.210.12320.4468.5361.37
HexE059B203C15C140453d
Octal340131262074251450010575
Binary1110000010110011011001001111001010111001010000001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E059B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E059B2; }

 p { color: rgb(224,89,178); }

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

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

 a { background-color: rgb(224,89,178); }

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

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

 span { border-color: rgb(224,89,178); }

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