Html Css Color HEX #E50BC1 Shocking Pink

📋 copy color: '#E50BC1'

red 229 ◦ green 11 ◦ blue 193

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

Shades of Shocking Pink #E50BC1

Tints of Shocking Pink #E50BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 52.89%
G = 2.54%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E50BC1 (or 0xE50BC1) is known color: Shocking Pink. HEX triplet: E5, 0B and C1. RGB value is (229,11,193). Sum of RGB (Red+Green+Blue) = 229+11+193=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BC1 is #1AF43E. Grayscale: #606060. Windows color (decimal): -1766463 or 12651493. OLE color: 12651493.

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

Color convert

RGB 229 11 193 -
CMYK 0 0.95 0.16 0.10
HSL 309.91º 0.91% 0.47% -
HSV(B) 309.91º 0.95% 0.9% -
XYZ 42.06 20.75 52.24 -
YUV 96.93 182.22 222.2 -
System Red Green Blue C M Y K H S L
Decimal 229 11 193 0 0.95 0.16 0.10 309.91 0.91 0.47
Hex E5 B C1 0 5F 10 A 136 5B 2F
Octal 345 13 301 0 137 20 12 466 133 57
Binary 11100101 1011 11000001 0 1011111 10000 1010 100110110 1011011 101111

Color Harmonies of #E50BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BC1

Black with #E50BC1

Text Example


Text Example

White with #E50BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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