Html Css Color HEX #E021B0 Spicy Pink

📋 copy color: '#E021B0'

red 224 ◦ green 33 ◦ blue 176

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

Shades of Spicy Pink #E021B0

Tints of Spicy Pink #E021B0

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

 GREEN value IS 33 (13.28% from 255) = 7.62%

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

R = 51.73%
G = 7.62%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E021B0 (or 0xE021B0) is known color: Spicy Pink. HEX triplet: E0, 21 and B0. RGB value is (224,33,176). Sum of RGB (Red+Green+Blue) = 224+33+176=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E021B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021B0 is #1FDE4F. Grayscale: #6A6A6A. Windows color (decimal): -2088528 or 11543008. OLE color: 11543008.

HSL color Cylindrical-coordinate representation of color #E021B0: hue angle of 315.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021B0 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 176 -
CMYK 0 0.85 0.21 0.12
HSL 315.08º 0.75% 0.5% -
HSV(B) 315.08º 0.85% 0.88% -
XYZ 39.12 20.07 42.89 -
YUV 106.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 224 33 176 0 0.85 0.21 0.12 315.08 0.75 0.5
Hex E0 21 B0 0 55 15 C 13B 4B 32
Octal 340 41 260 0 125 25 14 473 113 62
Binary 11100000 100001 10110000 0 1010101 10101 1100 100111011 1001011 110010

Color Harmonies of #E021B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021B0

Black with #E021B0

Text Example


Text Example

White with #E021B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021B0; }

 p { color: rgb(224,33,176); }

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

background-color css

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

 a { background-color: rgb(224,33,176); }

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

border-color css

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

 span { border-color: rgb(224,33,176); }

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