#E057B4

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

Shades of Hot Pink #E057B4

Tints of Hot Pink #E057B4

Color information

#E057B4 (or 0xE057B4) is unknown color: approx Hot Pink. HEX triplet: E0, 57 and B4. RGB value is (224,87,180). Sum of RGB (Red+Green+Blue) = 224+87+180=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E057B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057B4 is #1FA84B. Grayscale: #8A8A8A. Windows color (decimal): -2074700 or 11818976. OLE color: 11818976.

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

Color convert

RGB22487180-
CMYK00.610.200.12
HSL319.27º68.84%60.98%-
HSV(B)319.27º61.16%87.84%-
XYZ42.3925.9645.96-
YUV138.56151.39188.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=45.62%
G=17.72%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248718000.610.200.12319.2768.8460.98
HexE057B403D14C13f453d
Octal340127264075241447710575
Binary1110000010101111011010001111011010011001001111111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E057B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E057B4; }

 p { color: rgb(224,87,180); }

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

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

 a { background-color: rgb(224,87,180); }

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

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

 span { border-color: rgb(224,87,180); }

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