#E570AE

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

Shades of Hot Pink #E570AE

Tints of Hot Pink #E570AE

Color information

#E570AE (or 0xE570AE) is unknown color: approx Hot Pink. HEX triplet: E5, 70 and AE. RGB value is (229,112,174). Sum of RGB (Red+Green+Blue) = 229+112+174=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E570AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570AE is #1A8F51. Grayscale: #999999. Windows color (decimal): -1740626 or 11432165. OLE color: 11432165.

HSL color Cylindrical-coordinate representation of color #E570AE: hue angle of 328.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E570AE is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229112174-
CMYK00.510.240.10
HSL328.21º69.23%66.86%-
HSV(B)328.21º51.09%89.8%-
XYZ45.7531.343.68-
YUV154.05139.26181.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=44.47%
G=21.75%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911217400.510.240.10328.2169.2366.86
HexE570AE03318A1484543
Octal3451602560633012510105103
Binary11100101111000010101110011001111000101010100100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E570AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E570AE; }

 p { color: rgb(229,112,174); }

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

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

 a { background-color: rgb(229,112,174); }

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

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

 span { border-color: rgb(229,112,174); }

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