Html Css Color HEX #E00BBD Shocking Pink

📋 copy color: '#E00BBD'

red 224 ◦ green 11 ◦ blue 189

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

Shades of Shocking Pink #E00BBD

Tints of Shocking Pink #E00BBD

RGB

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

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

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

R = 52.83%
G = 2.59%
B = 44.58%

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

#E00BBD (or 0xE00BBD) is known color: Shocking Pink. HEX triplet: E0, 0B and BD. RGB value is (224,11,189). Sum of RGB (Red+Green+Blue) = 224+11+189=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BBD is #1FF442. Grayscale: #5E5E5E. Windows color (decimal): -2094147 or 12389344. OLE color: 12389344.

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

Color convert

RGB 224 11 189 -
CMYK 0 0.95 0.16 0.12
HSL 309.86º 0.91% 0.46% -
HSV(B) 309.86º 0.95% 0.88% -
XYZ 40.05 19.76 49.85 -
YUV 94.98 181.07 220.03 -
System Red Green Blue C M Y K H S L
Decimal 224 11 189 0 0.95 0.16 0.12 309.86 0.91 0.46
Hex E0 B BD 0 5F 10 C 136 5B 2E
Octal 340 13 275 0 137 20 14 466 133 56
Binary 11100000 1011 10111101 0 1011111 10000 1100 100110110 1011011 101110

Color Harmonies of #E00BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BBD

Black with #E00BBD

Text Example


Text Example

White with #E00BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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