Html Css Color HEX #E50BCB Shocking Pink

📋 copy color: '#E50BCB'

red 229 ◦ green 11 ◦ blue 203

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

Shades of Shocking Pink #E50BCB

Tints of Shocking Pink #E50BCB

RGB

 RED value IS 229 (89.84% from 255) = 51.69%

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 51.69%
G = 2.48%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E50BCB (or 0xE50BCB) is known color: Shocking Pink. HEX triplet: E5, 0B and CB. RGB value is (229,11,203). Sum of RGB (Red+Green+Blue) = 229+11+203=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BCB is #1AF434. Grayscale: #616161. Windows color (decimal): -1766453 or 13306853. OLE color: 13306853.

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

Color convert

RGB 229 11 203 -
CMYK 0 0.95 0.11 0.10
HSL 307.16º 0.91% 0.47% -
HSV(B) 307.16º 0.95% 0.9% -
XYZ 43.21 21.21 58.32 -
YUV 98.07 187.22 221.39 -
System Red Green Blue C M Y K H S L
Decimal 229 11 203 0 0.95 0.11 0.10 307.16 0.91 0.47
Hex E5 B CB 0 5F B A 133 5B 2F
Octal 345 13 313 0 137 13 12 463 133 57
Binary 11100101 1011 11001011 0 1011111 1011 1010 100110011 1011011 101111

Color Harmonies of #E50BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BCB

Black with #E50BCB

Text Example


Text Example

White with #E50BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BCB; }

 p { color: rgb(229,11,203); }

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

background-color css

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

 a { background-color: rgb(229,11,203); }

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

border-color css

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

 span { border-color: rgb(229,11,203); }

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