Html Css Color HEX #E21EAF Spicy Pink

📋 copy color: '#E21EAF'

red 226 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #E21EAF

Tints of Spicy Pink #E21EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 52.44%
G = 6.96%
B = 40.6%

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

#E21EAF (or 0xE21EAF) is known color: Spicy Pink. HEX triplet: E2, 1E and AF. RGB value is (226,30,175). Sum of RGB (Red+Green+Blue) = 226+30+175=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EAF is #1DE150. Grayscale: #686868. Windows color (decimal): -1958225 or 11476706. OLE color: 11476706.

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

Color convert

RGB 226 30 175 -
CMYK 0 0.87 0.23 0.11
HSL 315.61º 0.77% 0.5% -
HSV(B) 315.61º 0.87% 0.89% -
XYZ 39.57 20.19 42.37 -
YUV 105.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 226 30 175 0 0.87 0.23 0.11 315.61 0.77 0.5
Hex E2 1E AF 0 57 17 B 13C 4D 32
Octal 342 36 257 0 127 27 13 474 115 62
Binary 11100010 11110 10101111 0 1010111 10111 1011 100111100 1001101 110010

Color Harmonies of #E21EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EAF

Black with #E21EAF

Text Example


Text Example

White with #E21EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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