Html Css Color HEX #E018AA Spicy Pink

📋 copy color: '#E018AA'

red 224 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #E018AA

Tints of Spicy Pink #E018AA

RGB

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

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

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

R = 53.59%
G = 5.74%
B = 40.67%

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

#E018AA (or 0xE018AA) is known color: Spicy Pink. HEX triplet: E0, 18 and AA. RGB value is (224,24,170). Sum of RGB (Red+Green+Blue) = 224+24+170=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E018AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E018AA is #1FE755. Grayscale: #646464. Windows color (decimal): -2090838 or 11147488. OLE color: 11147488.

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

Color convert

RGB 224 24 170 -
CMYK 0 0.89 0.24 0.12
HSL 316.2º 0.81% 0.49% -
HSV(B) 316.2º 0.89% 0.88% -
XYZ 38.32 19.4 39.76 -
YUV 100.44 167.26 216.13 -
System Red Green Blue C M Y K H S L
Decimal 224 24 170 0 0.89 0.24 0.12 316.2 0.81 0.49
Hex E0 18 AA 0 59 18 C 13C 51 31
Octal 340 30 252 0 131 30 14 474 121 61
Binary 11100000 11000 10101010 0 1011001 11000 1100 100111100 1010001 110001

Color Harmonies of #E018AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018AA

Black with #E018AA

Text Example


Text Example

White with #E018AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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