#E063AD

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

Shades of Hot Pink #E063AD

Tints of Hot Pink #E063AD

Color information

#E063AD (or 0xE063AD) is unknown color: approx Hot Pink. HEX triplet: E0, 63 and AD. RGB value is (224,99,173). Sum of RGB (Red+Green+Blue) = 224+99+173=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E063AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E063AD is #1F9C52. Grayscale: #909090. Windows color (decimal): -2071635 or 11363296. OLE color: 11363296.

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

Color convert

RGB22499173-
CMYK00.560.230.12
HSL324.48º66.84%63.33%-
HSV(B)324.48º55.8%87.84%-
XYZ42.7527.7942.65-
YUV144.81143.91184.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=45.16%
G=19.96%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249917300.560.230.12324.4866.8463.33
HexE063AD03817C144433f
Octal340143255070271450410377
Binary1110000011000111010110101110001011111001010001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063AD; }

 p { color: rgb(224,99,173); }

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

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

 a { background-color: rgb(224,99,173); }

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

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

 span { border-color: rgb(224,99,173); }

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