Html Css Color HEX #E019AA Spicy Pink

📋 copy color: '#E019AA'

red 224 ◦ green 25 ◦ blue 170

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

Shades of Spicy Pink #E019AA

Tints of Spicy Pink #E019AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

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

R = 53.46%
G = 5.97%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E019AA (or 0xE019AA) is known color: Spicy Pink. HEX triplet: E0, 19 and AA. RGB value is (224,25,170). Sum of RGB (Red+Green+Blue) = 224+25+170=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E019AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019AA is #1FE655. Grayscale: #646464. Windows color (decimal): -2090582 or 11147744. OLE color: 11147744.

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

Color convert

RGB 224 25 170 -
CMYK 0 0.89 0.24 0.12
HSL 316.28º 0.8% 0.49% -
HSV(B) 316.28º 0.89% 0.88% -
XYZ 38.34 19.44 39.76 -
YUV 101.03 166.93 215.71 -
System Red Green Blue C M Y K H S L
Decimal 224 25 170 0 0.89 0.24 0.12 316.28 0.8 0.49
Hex E0 19 AA 0 59 18 C 13C 50 31
Octal 340 31 252 0 131 30 14 474 120 61
Binary 11100000 11001 10101010 0 1011001 11000 1100 100111100 1010000 110001

Color Harmonies of #E019AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019AA

Black with #E019AA

Text Example


Text Example

White with #E019AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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