Html Css Color HEX #E21FA5 Spicy Pink

📋 copy color: '#E21FA5'

red 226 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #E21FA5

Tints of Spicy Pink #E21FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 53.55%
G = 7.35%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E21FA5 (or 0xE21FA5) is known color: Spicy Pink. HEX triplet: E2, 1F and A5. RGB value is (226,31,165). Sum of RGB (Red+Green+Blue) = 226+31+165=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA5 is #1DE05A. Grayscale: #686868. Windows color (decimal): -1957979 or 10821602. OLE color: 10821602.

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

Color convert

RGB 226 31 165 -
CMYK 0 0.86 0.27 0.11
HSL 318.77º 0.77% 0.5% -
HSV(B) 318.77º 0.86% 0.89% -
XYZ 38.65 19.87 37.39 -
YUV 104.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 226 31 165 0 0.86 0.27 0.11 318.77 0.77 0.5
Hex E2 1F A5 0 56 1B B 13F 4D 32
Octal 342 37 245 0 126 33 13 477 115 62
Binary 11100010 11111 10100101 0 1010110 11011 1011 100111111 1001101 110010

Color Harmonies of #E21FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FA5

Black with #E21FA5

Text Example


Text Example

White with #E21FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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