Html Css Color HEX #E21EAC Spicy Pink

📋 copy color: '#E21EAC'

red 226 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #E21EAC

Tints of Spicy Pink #E21EAC

RGB

 RED value IS 226 (88.67% from 255) = 52.8%

 GREEN value IS 30 (12.11% from 255) = 7.01%

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

R = 52.8%
G = 7.01%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E21EAC (or 0xE21EAC) is known color: Spicy Pink. HEX triplet: E2, 1E and AC. RGB value is (226,30,172). Sum of RGB (Red+Green+Blue) = 226+30+172=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EAC is #1DE153. Grayscale: #686868. Windows color (decimal): -1958228 or 11280098. OLE color: 11280098.

HSL color Cylindrical-coordinate representation of color #E21EAC: hue angle of 316.53º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EAC is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 172 -
CMYK 0 0.87 0.24 0.11
HSL 316.53º 0.77% 0.5% -
HSV(B) 316.53º 0.87% 0.89% -
XYZ 39.27 20.08 40.83 -
YUV 104.79 165.93 214.45 -
System Red Green Blue C M Y K H S L
Decimal 226 30 172 0 0.87 0.24 0.11 316.53 0.77 0.5
Hex E2 1E AC 0 57 18 B 13D 4D 32
Octal 342 36 254 0 127 30 13 475 115 62
Binary 11100010 11110 10101100 0 1010111 11000 1011 100111101 1001101 110010

Color Harmonies of #E21EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EAC

Black with #E21EAC

Text Example


Text Example

White with #E21EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EAC; }

 p { color: rgb(226,30,172); }

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

background-color css

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

 a { background-color: rgb(226,30,172); }

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

border-color css

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

 span { border-color: rgb(226,30,172); }

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