#E064AD

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

Shades of Hot Pink #E064AD

Tints of Hot Pink #E064AD

Color information

#E064AD (or 0xE064AD) is unknown color: approx Hot Pink. HEX triplet: E0, 64 and AD. RGB value is (224,100,173). Sum of RGB (Red+Green+Blue) = 224+100+173=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E064AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064AD is #1F9B52. Grayscale: #919191. Windows color (decimal): -2071379 or 11363552. OLE color: 11363552.

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

Color convert

RGB224100173-
CMYK00.550.230.12
HSL324.68º66.67%63.53%-
HSV(B)324.68º55.36%87.84%-
XYZ42.8427.9842.68-
YUV145.4143.58184.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=45.07%
G=20.12%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410017300.550.230.12324.6866.6763.53
HexE064AD03717C1454340
Octal3401442550672714505103100
Binary11100000110010010101101011011110111110010100010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064AD; }

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

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

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

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

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

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

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

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