Html Css Color HEX #E021B3 Spicy Pink

📋 copy color: '#E021B3'

red 224 ◦ green 33 ◦ blue 179

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

Shades of Spicy Pink #E021B3

Tints of Spicy Pink #E021B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.06%

R = 51.38%
G = 7.57%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E021B3 (or 0xE021B3) is known color: Spicy Pink. HEX triplet: E0, 21 and B3. RGB value is (224,33,179). Sum of RGB (Red+Green+Blue) = 224+33+179=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E021B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021B3 is #1FDE4C. Grayscale: #6A6A6A. Windows color (decimal): -2088525 or 11739616. OLE color: 11739616.

HSL color Cylindrical-coordinate representation of color #E021B3: hue angle of 314.14º 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 #E021B3 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 179 -
CMYK 0 0.85 0.20 0.12
HSL 314.14º 0.75% 0.5% -
HSV(B) 314.14º 0.85% 0.88% -
XYZ 39.42 20.19 44.47 -
YUV 106.75 168.78 211.63 -
System Red Green Blue C M Y K H S L
Decimal 224 33 179 0 0.85 0.20 0.12 314.14 0.75 0.5
Hex E0 21 B3 0 55 14 C 13A 4B 32
Octal 340 41 263 0 125 24 14 472 113 62
Binary 11100000 100001 10110011 0 1010101 10100 1100 100111010 1001011 110010

Color Harmonies of #E021B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021B3

Black with #E021B3

Text Example


Text Example

White with #E021B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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