Html Css Color HEX #E00BBC Shocking Pink

📋 copy color: '#E00BBC'

red 224 ◦ green 11 ◦ blue 188

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

Shades of Shocking Pink #E00BBC

Tints of Shocking Pink #E00BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 52.96%
G = 2.6%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E00BBC (or 0xE00BBC) is known color: Shocking Pink. HEX triplet: E0, 0B and BC. RGB value is (224,11,188). Sum of RGB (Red+Green+Blue) = 224+11+188=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BBC is #1FF443. Grayscale: #5E5E5E. Windows color (decimal): -2094148 or 12323808. OLE color: 12323808.

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

Color convert

RGB 224 11 188 -
CMYK 0 0.95 0.16 0.12
HSL 310.14º 0.91% 0.46% -
HSV(B) 310.14º 0.95% 0.88% -
XYZ 39.94 19.72 49.28 -
YUV 94.87 180.57 220.11 -
System Red Green Blue C M Y K H S L
Decimal 224 11 188 0 0.95 0.16 0.12 310.14 0.91 0.46
Hex E0 B BC 0 5F 10 C 136 5B 2E
Octal 340 13 274 0 137 20 14 466 133 56
Binary 11100000 1011 10111100 0 1011111 10000 1100 100110110 1011011 101110

Color Harmonies of #E00BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BBC

Black with #E00BBC

Text Example


Text Example

White with #E00BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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