#e061aa

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

Shades of Hot Pink #E061AA

Tints of Hot Pink #E061AA

Color information

#E061AA (or 0xE061AA) is unknown color: approx Hot Pink. HEX triplet: E0, 61 and AA. RGB value is (224,97,170). Sum of RGB (Red+Green+Blue) = 224+97+170=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E061AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061AA is #1F9E55. Grayscale: #8F8F8F. Windows color (decimal): -2072150 or 11166176. OLE color: 11166176.

HSL color Cylindrical-coordinate representation of color #E061AA: hue angle of 325.51º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061AA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22497170-
CMYK00.570.240.12
HSL325.51º67.2%62.94%-
HSV(B)325.51º56.7%87.84%-
XYZ42.2727.341.07-
YUV143.29143.08185.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=45.62%
G=19.76%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249717000.570.240.12325.5167.262.94
HexE061AA03918C146433f
Octal340141252071301450610377
Binary1110000011000011010101001110011100011001010001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e061aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e061aa; }

 p { color: rgb(224,97,170); }

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

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

 a { background-color: rgb(224,97,170); }

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

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

 span { border-color: rgb(224,97,170); }

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