Html Css Color HEX #E118AA Spicy Pink

📋 copy color: '#E118AA'

red 225 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #E118AA

Tints of Spicy Pink #E118AA

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

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

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

R = 53.7%
G = 5.73%
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

#E118AA (or 0xE118AA) is known color: Spicy Pink. HEX triplet: E1, 18 and AA. RGB value is (225,24,170). Sum of RGB (Red+Green+Blue) = 225+24+170=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E118AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E118AA is #1EE755. Grayscale: #646464. Windows color (decimal): -2025302 or 11147489. OLE color: 11147489.

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

Color convert

RGB 225 24 170 -
CMYK 0 0.89 0.24 0.12
HSL 316.42º 0.81% 0.49% -
HSV(B) 316.42º 0.89% 0.88% -
XYZ 38.63 19.56 39.77 -
YUV 100.74 167.09 216.63 -
System Red Green Blue C M Y K H S L
Decimal 225 24 170 0 0.89 0.24 0.12 316.42 0.81 0.49
Hex E1 18 AA 0 59 18 C 13C 51 31
Octal 341 30 252 0 131 30 14 474 121 61
Binary 11100001 11000 10101010 0 1011001 11000 1100 100111100 1010001 110001

Color Harmonies of #E118AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118AA

Black with #E118AA

Text Example


Text Example

White with #E118AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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