Html Css Color HEX #E221B9 Shocking Pink

📋 copy color: '#E221B9'

red 226 ◦ green 33 ◦ blue 185

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

Shades of Shocking Pink #E221B9

Tints of Shocking Pink #E221B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 50.9%
G = 7.43%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E221B9 (or 0xE221B9) is known color: Shocking Pink. HEX triplet: E2, 21 and B9. RGB value is (226,33,185). Sum of RGB (Red+Green+Blue) = 226+33+185=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E221B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221B9 is #1DDE46. Grayscale: #6B6B6B. Windows color (decimal): -1957447 or 12132834. OLE color: 12132834.

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

Color convert

RGB 226 33 185 -
CMYK 0 0.85 0.18 0.11
HSL 312.75º 0.77% 0.51% -
HSV(B) 312.75º 0.85% 0.89% -
XYZ 40.66 20.76 47.76 -
YUV 108.04 171.44 212.14 -
System Red Green Blue C M Y K H S L
Decimal 226 33 185 0 0.85 0.18 0.11 312.75 0.77 0.51
Hex E2 21 B9 0 55 12 B 139 4D 33
Octal 342 41 271 0 125 22 13 471 115 63
Binary 11100010 100001 10111001 0 1010101 10010 1011 100111001 1001101 110011

Color Harmonies of #E221B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221B9

Black with #E221B9

Text Example


Text Example

White with #E221B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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