Html Css Color HEX #E21EB1 Spicy Pink

📋 copy color: '#E21EB1'

red 226 ◦ green 30 ◦ blue 177

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

Shades of Spicy Pink #E21EB1

Tints of Spicy Pink #E21EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 52.19%
G = 6.93%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E21EB1 (or 0xE21EB1) is known color: Spicy Pink. HEX triplet: E2, 1E and B1. RGB value is (226,30,177). Sum of RGB (Red+Green+Blue) = 226+30+177=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EB1 is #1DE14E. Grayscale: #686868. Windows color (decimal): -1958223 or 11607778. OLE color: 11607778.

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

Color convert

RGB 226 30 177 -
CMYK 0 0.87 0.22 0.11
HSL 315º 0.77% 0.5% -
HSV(B) 315º 0.87% 0.89% -
XYZ 39.76 20.27 43.41 -
YUV 105.36 168.43 214.05 -
System Red Green Blue C M Y K H S L
Decimal 226 30 177 0 0.87 0.22 0.11 315 0.77 0.5
Hex E2 1E B1 0 57 16 B 13B 4D 32
Octal 342 36 261 0 127 26 13 473 115 62
Binary 11100010 11110 10110001 0 1010111 10110 1011 100111011 1001101 110010

Color Harmonies of #E21EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EB1

Black with #E21EB1

Text Example


Text Example

White with #E21EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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