#e560ae

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

Shades of Hot Pink #E560AE

Tints of Hot Pink #E560AE

Color information

#E560AE (or 0xE560AE) is unknown color: approx Hot Pink. HEX triplet: E5, 60 and AE. RGB value is (229,96,174). Sum of RGB (Red+Green+Blue) = 229+96+174=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E560AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560AE is #1A9F51. Grayscale: #909090. Windows color (decimal): -1744722 or 11428069. OLE color: 11428069.

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

Color convert

RGB22996174-
CMYK00.580.240.10
HSL324.81º71.89%63.73%-
HSV(B)324.81º58.08%89.8%-
XYZ44.1428.0843.14-
YUV144.66144.56188.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=45.89%
G=19.24%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299617400.580.240.10324.8171.8963.73
HexE560AE03A18A1454840
Octal3451402560723012505110100
Binary11100101110000010101110011101011000101010100010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e560ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e560ae; }

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

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

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

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

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

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

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

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