Html Css Color HEX #E019A9 Spicy Pink

📋 copy color: '#E019A9'

red 224 ◦ green 25 ◦ blue 169

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

Shades of Spicy Pink #E019A9

Tints of Spicy Pink #E019A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 53.59%
G = 5.98%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E019A9 (or 0xE019A9) is known color: Spicy Pink. HEX triplet: E0, 19 and A9. RGB value is (224,25,169). Sum of RGB (Red+Green+Blue) = 224+25+169=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E019A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019A9 is #1FE656. Grayscale: #646464. Windows color (decimal): -2090583 or 11082208. OLE color: 11082208.

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

Color convert

RGB 224 25 169 -
CMYK 0 0.89 0.25 0.12
HSL 316.58º 0.8% 0.49% -
HSV(B) 316.58º 0.89% 0.88% -
XYZ 38.25 19.41 39.27 -
YUV 100.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 224 25 169 0 0.89 0.25 0.12 316.58 0.8 0.49
Hex E0 19 A9 0 59 19 C 13D 50 31
Octal 340 31 251 0 131 31 14 475 120 61
Binary 11100000 11001 10101001 0 1011001 11001 1100 100111101 1010000 110001

Color Harmonies of #E019A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019A9

Black with #E019A9

Text Example


Text Example

White with #E019A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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