Html Css Color HEX #E211BB Shocking Pink

📋 copy color: '#E211BB'

red 226 ◦ green 17 ◦ blue 187

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

Shades of Shocking Pink #E211BB

Tints of Shocking Pink #E211BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.95%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 52.56%
G = 3.95%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E211BB (or 0xE211BB) is known color: Shocking Pink. HEX triplet: E2, 11 and BB. RGB value is (226,17,187). Sum of RGB (Red+Green+Blue) = 226+17+187=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E211BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211BB is #1DEE44. Grayscale: #626262. Windows color (decimal): -1961541 or 12259810. OLE color: 12259810.

HSL color Cylindrical-coordinate representation of color #E211BB: hue angle of 311.2º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E211BB is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 187 -
CMYK 0 0.92 0.17 0.11
HSL 311.2º 0.86% 0.48% -
HSV(B) 311.2º 0.92% 0.89% -
XYZ 40.53 20.16 48.77 -
YUV 98.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 226 17 187 0 0.92 0.17 0.11 311.2 0.86 0.48
Hex E2 11 BB 0 5C 11 B 137 56 30
Octal 342 21 273 0 134 21 13 467 126 60
Binary 11100010 10001 10111011 0 1011100 10001 1011 100110111 1010110 110000

Color Harmonies of #E211BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211BB

Black with #E211BB

Text Example


Text Example

White with #E211BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211BB; }

 p { color: rgb(226,17,187); }

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

background-color css

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

 a { background-color: rgb(226,17,187); }

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

border-color css

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

 span { border-color: rgb(226,17,187); }

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