Html Css Color HEX #E21EA5 Spicy Pink

📋 copy color: '#E21EA5'

red 226 ◦ green 30 ◦ blue 165

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

Shades of Spicy Pink #E21EA5

Tints of Spicy Pink #E21EA5

RGB

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

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

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

R = 53.68%
G = 7.13%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E21EA5 (or 0xE21EA5) is known color: Spicy Pink. HEX triplet: E2, 1E and A5. RGB value is (226,30,165). Sum of RGB (Red+Green+Blue) = 226+30+165=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EA5 is #1DE15A. Grayscale: #676767. Windows color (decimal): -1958235 or 10821346. OLE color: 10821346.

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

Color convert

RGB 226 30 165 -
CMYK 0 0.87 0.27 0.11
HSL 318.67º 0.77% 0.5% -
HSV(B) 318.67º 0.87% 0.89% -
XYZ 38.62 19.81 37.39 -
YUV 103.99 162.43 215.02 -
System Red Green Blue C M Y K H S L
Decimal 226 30 165 0 0.87 0.27 0.11 318.67 0.77 0.5
Hex E2 1E A5 0 57 1B B 13F 4D 32
Octal 342 36 245 0 127 33 13 477 115 62
Binary 11100010 11110 10100101 0 1010111 11011 1011 100111111 1001101 110010

Color Harmonies of #E21EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EA5

Black with #E21EA5

Text Example


Text Example

White with #E21EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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