#E570AD

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

Shades of Hot Pink #E570AD

Tints of Hot Pink #E570AD

Color information

#E570AD (or 0xE570AD) is unknown color: approx Hot Pink. HEX triplet: E5, 70 and AD. RGB value is (229,112,173). Sum of RGB (Red+Green+Blue) = 229+112+173=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E570AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570AD is #1A8F52. Grayscale: #999999. Windows color (decimal): -1740627 or 11366629. OLE color: 11366629.

HSL color Cylindrical-coordinate representation of color #E570AD: hue angle of 328.72º 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 #E570AD is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229112173-
CMYK00.510.240.10
HSL328.72º69.23%66.86%-
HSV(B)328.72º51.09%89.8%-
XYZ45.6531.2643.16-
YUV153.94138.76181.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=44.55%
G=21.79%
B=33.66%

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
Decimal22911217300.510.240.10328.7269.2366.86
HexE570AD03318A1494543
Octal3451602550633012511105103
Binary11100101111000010101101011001111000101010100100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E570AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E570AD; }

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

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

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

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

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

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

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

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