Html Css Color HEX #E21EB0 Spicy Pink

📋 copy color: '#E21EB0'

red 226 ◦ green 30 ◦ blue 176

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

Shades of Spicy Pink #E21EB0

Tints of Spicy Pink #E21EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 52.31%
G = 6.94%
B = 40.74%

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

#E21EB0 (or 0xE21EB0) is known color: Spicy Pink. HEX triplet: E2, 1E and B0. RGB value is (226,30,176). Sum of RGB (Red+Green+Blue) = 226+30+176=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EB0 is #1DE14F. Grayscale: #686868. Windows color (decimal): -1958224 or 11542242. OLE color: 11542242.

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

Color convert

RGB 226 30 176 -
CMYK 0 0.87 0.22 0.11
HSL 315.31º 0.77% 0.5% -
HSV(B) 315.31º 0.87% 0.89% -
XYZ 39.66 20.23 42.89 -
YUV 105.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 226 30 176 0 0.87 0.22 0.11 315.31 0.77 0.5
Hex E2 1E B0 0 57 16 B 13B 4D 32
Octal 342 36 260 0 127 26 13 473 115 62
Binary 11100010 11110 10110000 0 1010111 10110 1011 100111011 1001101 110010

Color Harmonies of #E21EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EB0

Black with #E21EB0

Text Example


Text Example

White with #E21EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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