Html Css Color HEX #E221B1 Spicy Pink

📋 copy color: '#E221B1'

red 226 ◦ green 33 ◦ blue 177

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

Shades of Spicy Pink #E221B1

Tints of Spicy Pink #E221B1

RGB

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

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

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

R = 51.83%
G = 7.57%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E221B1 (or 0xE221B1) is known color: Spicy Pink. HEX triplet: E2, 21 and B1. RGB value is (226,33,177). Sum of RGB (Red+Green+Blue) = 226+33+177=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E221B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E221B1 is #1DDE4E. Grayscale: #6A6A6A. Windows color (decimal): -1957455 or 11608546. OLE color: 11608546.

HSL color Cylindrical-coordinate representation of color #E221B1: hue angle of 315.23º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221B1 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 177 -
CMYK 0 0.85 0.22 0.11
HSL 315.23º 0.77% 0.51% -
HSV(B) 315.23º 0.85% 0.89% -
XYZ 39.84 20.43 43.44 -
YUV 107.12 167.44 212.79 -
System Red Green Blue C M Y K H S L
Decimal 226 33 177 0 0.85 0.22 0.11 315.23 0.77 0.51
Hex E2 21 B1 0 55 16 B 13B 4D 33
Octal 342 41 261 0 125 26 13 473 115 63
Binary 11100010 100001 10110001 0 1010101 10110 1011 100111011 1001101 110011

Color Harmonies of #E221B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221B1

Black with #E221B1

Text Example


Text Example

White with #E221B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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