#E061AF

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

Shades of Hot Pink #E061AF

Tints of Hot Pink #E061AF

Color information

#E061AF (or 0xE061AF) is unknown color: approx Hot Pink. HEX triplet: E0, 61 and AF. RGB value is (224,97,175). Sum of RGB (Red+Green+Blue) = 224+97+175=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E061AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061AF is #1F9E50. Grayscale: #8F8F8F. Windows color (decimal): -2072145 or 11493856. OLE color: 11493856.

HSL color Cylindrical-coordinate representation of color #E061AF: hue angle of 323.15º 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 #E061AF is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22497175-
CMYK00.570.220.12
HSL323.15º67.2%62.94%-
HSV(B)323.15º56.7%87.84%-
XYZ42.7527.4943.61-
YUV143.86145.58185.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 97 (38.28% from 255) = 19.56%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=45.16%
G=19.56%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249717500.570.220.12323.1567.262.94
HexE061AF03916C143433f
Octal340141257071261450310377
Binary1110000011000011010111101110011011011001010000111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E061AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E061AF; }

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

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

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

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

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

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

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

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