Html Css Color HEX #E00BBB Shocking Pink

📋 copy color: '#E00BBB'

red 224 ◦ green 11 ◦ blue 187

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

Shades of Shocking Pink #E00BBB

Tints of Shocking Pink #E00BBB

RGB

 RED value IS 224 (87.89% from 255) = 53.08%

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

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

R = 53.08%
G = 2.61%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00BBB (or 0xE00BBB) is known color: Shocking Pink. HEX triplet: E0, 0B and BB. RGB value is (224,11,187). Sum of RGB (Red+Green+Blue) = 224+11+187=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BBB is #1FF444. Grayscale: #5E5E5E. Windows color (decimal): -2094149 or 12258272. OLE color: 12258272.

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

Color convert

RGB 224 11 187 -
CMYK 0 0.95 0.17 0.12
HSL 310.42º 0.91% 0.46% -
HSV(B) 310.42º 0.95% 0.88% -
XYZ 39.83 19.67 48.71 -
YUV 94.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 224 11 187 0 0.95 0.17 0.12 310.42 0.91 0.46
Hex E0 B BB 0 5F 11 C 136 5B 2E
Octal 340 13 273 0 137 21 14 466 133 56
Binary 11100000 1011 10111011 0 1011111 10001 1100 100110110 1011011 101110

Color Harmonies of #E00BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BBB

Black with #E00BBB

Text Example


Text Example

White with #E00BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BBB; }

 p { color: rgb(224,11,187); }

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

background-color css

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

 a { background-color: rgb(224,11,187); }

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

border-color css

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

 span { border-color: rgb(224,11,187); }

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