Html Css Color HEX #E21EAD Spicy Pink

📋 copy color: '#E21EAD'

red 226 ◦ green 30 ◦ blue 173

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

Shades of Spicy Pink #E21EAD

Tints of Spicy Pink #E21EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 52.68%
G = 6.99%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E21EAD (or 0xE21EAD) is known color: Spicy Pink. HEX triplet: E2, 1E and AD. RGB value is (226,30,173). Sum of RGB (Red+Green+Blue) = 226+30+173=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EAD is #1DE152. Grayscale: #686868. Windows color (decimal): -1958227 or 11345634. OLE color: 11345634.

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

Color convert

RGB 226 30 173 -
CMYK 0 0.87 0.23 0.11
HSL 316.22º 0.77% 0.5% -
HSV(B) 316.22º 0.87% 0.89% -
XYZ 39.37 20.11 41.34 -
YUV 104.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 226 30 173 0 0.87 0.23 0.11 316.22 0.77 0.5
Hex E2 1E AD 0 57 17 B 13C 4D 32
Octal 342 36 255 0 127 27 13 474 115 62
Binary 11100010 11110 10101101 0 1010111 10111 1011 100111100 1001101 110010

Color Harmonies of #E21EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EAD

Black with #E21EAD

Text Example


Text Example

White with #E21EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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