Html Css Color HEX #E018A9 Spicy Pink

📋 copy color: '#E018A9'

red 224 ◦ green 24 ◦ blue 169

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

Shades of Spicy Pink #E018A9

Tints of Spicy Pink #E018A9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

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

R = 53.72%
G = 5.76%
B = 40.53%

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

#E018A9 (or 0xE018A9) is known color: Spicy Pink. HEX triplet: E0, 18 and A9. RGB value is (224,24,169). Sum of RGB (Red+Green+Blue) = 224+24+169=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E018A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E018A9 is #1FE756. Grayscale: #636363. Windows color (decimal): -2090839 or 11081952. OLE color: 11081952.

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

Color convert

RGB 224 24 169 -
CMYK 0 0.89 0.25 0.12
HSL 316.5º 0.81% 0.49% -
HSV(B) 316.5º 0.89% 0.88% -
XYZ 38.23 19.37 39.26 -
YUV 100.33 166.76 216.21 -
System Red Green Blue C M Y K H S L
Decimal 224 24 169 0 0.89 0.25 0.12 316.5 0.81 0.49
Hex E0 18 A9 0 59 19 C 13C 51 31
Octal 340 30 251 0 131 31 14 474 121 61
Binary 11100000 11000 10101001 0 1011001 11001 1100 100111100 1010001 110001

Color Harmonies of #E018A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018A9

Black with #E018A9

Text Example


Text Example

White with #E018A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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