Html Css Color HEX #E20BBD Shocking Pink

📋 copy color: '#E20BBD'

red 226 ◦ green 11 ◦ blue 189

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

Shades of Shocking Pink #E20BBD

Tints of Shocking Pink #E20BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.58%

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

R = 53.05%
G = 2.58%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E20BBD (or 0xE20BBD) is known color: Shocking Pink. HEX triplet: E2, 0B and BD. RGB value is (226,11,189). Sum of RGB (Red+Green+Blue) = 226+11+189=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BBD is #1DF442. Grayscale: #5F5F5F. Windows color (decimal): -1963075 or 12389346. OLE color: 12389346.

HSL color Cylindrical-coordinate representation of color #E20BBD: hue angle of 310.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BBD is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 11 189 -
CMYK 0 0.95 0.16 0.11
HSL 310.33º 0.91% 0.46% -
HSV(B) 310.33º 0.95% 0.89% -
XYZ 40.67 20.08 49.88 -
YUV 95.58 180.73 221.03 -
System Red Green Blue C M Y K H S L
Decimal 226 11 189 0 0.95 0.16 0.11 310.33 0.91 0.46
Hex E2 B BD 0 5F 10 B 136 5B 2E
Octal 342 13 275 0 137 20 13 466 133 56
Binary 11100010 1011 10111101 0 1011111 10000 1011 100110110 1011011 101110

Color Harmonies of #E20BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20BBD

Black with #E20BBD

Text Example


Text Example

White with #E20BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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