Html Css Color HEX #E01AAC Spicy Pink

📋 copy color: '#E01AAC'

red 224 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #E01AAC

Tints of Spicy Pink #E01AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.16%

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

R = 53.08%
G = 6.16%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E01AAC (or 0xE01AAC) is known color: Spicy Pink. HEX triplet: E0, 1A and AC. RGB value is (224,26,172). Sum of RGB (Red+Green+Blue) = 224+26+172=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AAC is #1FE553. Grayscale: #656565. Windows color (decimal): -2090324 or 11279072. OLE color: 11279072.

HSL color Cylindrical-coordinate representation of color #E01AAC: hue angle of 315.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01AAC is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 172 -
CMYK 0 0.88 0.23 0.12
HSL 315.76º 0.79% 0.49% -
HSV(B) 315.76º 0.88% 0.88% -
XYZ 38.56 19.56 40.77 -
YUV 101.85 167.6 215.13 -
System Red Green Blue C M Y K H S L
Decimal 224 26 172 0 0.88 0.23 0.12 315.76 0.79 0.49
Hex E0 1A AC 0 58 17 C 13C 4F 31
Octal 340 32 254 0 130 27 14 474 117 61
Binary 11100000 11010 10101100 0 1011000 10111 1100 100111100 1001111 110001

Color Harmonies of #E01AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AAC

Black with #E01AAC

Text Example


Text Example

White with #E01AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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