Html Css Color HEX #E05FAA Hot Pink

📋 copy color: '#E05FAA'

red 224 ◦ green 95 ◦ blue 170

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

Shades of Hot Pink #E05FAA

Tints of Hot Pink #E05FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 45.81%
G = 19.43%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E05FAA (or 0xE05FAA) is known color: Hot Pink. HEX triplet: E0, 5F and AA. RGB value is (224,95,170). Sum of RGB (Red+Green+Blue) = 224+95+170=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05FAA is #1FA055. Grayscale: #8D8D8D. Windows color (decimal): -2072662 or 11165664. OLE color: 11165664.

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

Color convert

RGB 224 95 170 -
CMYK 0 0.58 0.24 0.12
HSL 325.12º 0.68% 0.63% -
HSV(B) 325.12º 0.58% 0.88% -
XYZ 42.09 26.93 41.01 -
YUV 142.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 224 95 170 0 0.58 0.24 0.12 325.12 0.68 0.63
Hex E0 5F AA 0 3A 18 C 145 44 3F
Octal 340 137 252 0 72 30 14 505 104 77
Binary 11100000 1011111 10101010 0 111010 11000 1100 101000101 1000100 111111

Color Harmonies of #E05FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FAA

Black with #E05FAA

Text Example


Text Example

White with #E05FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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