Html Css Color HEX #E018AC Spicy Pink

📋 copy color: '#E018AC'

red 224 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #E018AC

Tints of Spicy Pink #E018AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 53.33%
G = 5.71%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E018AC (or 0xE018AC) is known color: Spicy Pink. HEX triplet: E0, 18 and AC. RGB value is (224,24,172). Sum of RGB (Red+Green+Blue) = 224+24+172=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E018AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E018AC is #1FE753. Grayscale: #646464. Windows color (decimal): -2090836 or 11278560. OLE color: 11278560.

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

Color convert

RGB 224 24 172 -
CMYK 0 0.89 0.23 0.12
HSL 315.6º 0.81% 0.49% -
HSV(B) 315.6º 0.89% 0.88% -
XYZ 38.51 19.48 40.76 -
YUV 100.67 168.26 215.97 -
System Red Green Blue C M Y K H S L
Decimal 224 24 172 0 0.89 0.23 0.12 315.6 0.81 0.49
Hex E0 18 AC 0 59 17 C 13C 51 31
Octal 340 30 254 0 131 27 14 474 121 61
Binary 11100000 11000 10101100 0 1011001 10111 1100 100111100 1010001 110001

Color Harmonies of #E018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018AC

Black with #E018AC

Text Example


Text Example

White with #E018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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