Html Css Color HEX #E060AD Hot Pink

📋 copy color: '#E060AD'

red 224 ◦ green 96 ◦ blue 173

#E060AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E060AD

Tints of Hot Pink #E060AD

RGB

 RED value IS 224 (87.89% from 255) = 45.44%

 GREEN value IS 96 (37.89% from 255) = 19.47%

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 45.44%
G = 19.47%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E060AD (or 0xE060AD) is known color: Hot Pink. HEX triplet: E0, 60 and AD. RGB value is (224,96,173). Sum of RGB (Red+Green+Blue) = 224+96+173=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E060AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060AD is #1F9F52. Grayscale: #8E8E8E. Windows color (decimal): -2072403 or 11362528. OLE color: 11362528.

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

Color convert

RGB 224 96 173 -
CMYK 0 0.57 0.23 0.12
HSL 323.91º 0.67% 0.63% -
HSV(B) 323.91º 0.57% 0.88% -
XYZ 42.47 27.23 42.55 -
YUV 143.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 224 96 173 0 0.57 0.23 0.12 323.91 0.67 0.63
Hex E0 60 AD 0 39 17 C 144 43 3F
Octal 340 140 255 0 71 27 14 504 103 77
Binary 11100000 1100000 10101101 0 111001 10111 1100 101000100 1000011 111111

Color Harmonies of #E060AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060AD

Black with #E060AD

Text Example


Text Example

White with #E060AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060AD; }

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

 H1.HeaderClassName
 {
   color: #E060AD;
 }
 .AnyTagClassName
 {
   color: #E060AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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