Html Css Color HEX #E221BE Shocking Pink

📋 copy color: '#E221BE'

red 226 ◦ green 33 ◦ blue 190

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

Shades of Shocking Pink #E221BE

Tints of Shocking Pink #E221BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 50.33%
G = 7.35%
B = 42.32%

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

#E221BE (or 0xE221BE) is known color: Shocking Pink. HEX triplet: E2, 21 and BE. RGB value is (226,33,190). Sum of RGB (Red+Green+Blue) = 226+33+190=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E221BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221BE is #1DDE41. Grayscale: #6C6C6C. Windows color (decimal): -1957442 or 12460514. OLE color: 12460514.

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

Color convert

RGB 226 33 190 -
CMYK 0 0.85 0.16 0.11
HSL 311.19º 0.77% 0.51% -
HSV(B) 311.19º 0.85% 0.89% -
XYZ 41.2 20.97 50.59 -
YUV 108.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 226 33 190 0 0.85 0.16 0.11 311.19 0.77 0.51
Hex E2 21 BE 0 55 10 B 137 4D 33
Octal 342 41 276 0 125 20 13 467 115 63
Binary 11100010 100001 10111110 0 1010101 10000 1011 100110111 1001101 110011

Color Harmonies of #E221BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221BE

Black with #E221BE

Text Example


Text Example

White with #E221BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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