Html Css Color HEX #E221BD Shocking Pink

📋 copy color: '#E221BD'

red 226 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #E221BD

Tints of Shocking Pink #E221BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 50.45%
G = 7.37%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E221BD (or 0xE221BD) is known color: Shocking Pink. HEX triplet: E2, 21 and BD. RGB value is (226,33,189). Sum of RGB (Red+Green+Blue) = 226+33+189=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E221BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221BD is #1DDE42. Grayscale: #6C6C6C. Windows color (decimal): -1957443 or 12394978. OLE color: 12394978.

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

Color convert

RGB 226 33 189 -
CMYK 0 0.85 0.16 0.11
HSL 311.5º 0.77% 0.51% -
HSV(B) 311.5º 0.85% 0.89% -
XYZ 41.09 20.93 50.02 -
YUV 108.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 226 33 189 0 0.85 0.16 0.11 311.5 0.77 0.51
Hex E2 21 BD 0 55 10 B 138 4D 33
Octal 342 41 275 0 125 20 13 470 115 63
Binary 11100010 100001 10111101 0 1010101 10000 1011 100111000 1001101 110011

Color Harmonies of #E221BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221BD

Black with #E221BD

Text Example


Text Example

White with #E221BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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