Html Css Color HEX #E21FA9 Spicy Pink

📋 copy color: '#E21FA9'

red 226 ◦ green 31 ◦ blue 169

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

Shades of Spicy Pink #E21FA9

Tints of Spicy Pink #E21FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 53.05%
G = 7.28%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E21FA9 (or 0xE21FA9) is known color: Spicy Pink. HEX triplet: E2, 1F and A9. RGB value is (226,31,169). Sum of RGB (Red+Green+Blue) = 226+31+169=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA9 is #1DE056. Grayscale: #686868. Windows color (decimal): -1957975 or 11083746. OLE color: 11083746.

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

Color convert

RGB 226 31 169 -
CMYK 0 0.86 0.25 0.11
HSL 317.54º 0.77% 0.5% -
HSV(B) 317.54º 0.86% 0.89% -
XYZ 39.02 20.01 39.34 -
YUV 105.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 226 31 169 0 0.86 0.25 0.11 317.54 0.77 0.5
Hex E2 1F A9 0 56 19 B 13E 4D 32
Octal 342 37 251 0 126 31 13 476 115 62
Binary 11100010 11111 10101001 0 1010110 11001 1011 100111110 1001101 110010

Color Harmonies of #E21FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FA9

Black with #E21FA9

Text Example


Text Example

White with #E21FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FA9; }

 p { color: rgb(226,31,169); }

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

background-color css

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

 a { background-color: rgb(226,31,169); }

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

border-color css

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

 span { border-color: rgb(226,31,169); }

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