#e50bc1

Color #E50BC1 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E50BC1

Tints of Shocking Pink #E50BC1

Color information

#E50BC1 (or 0xE50BC1) is unknown color: approx 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

RGB22911193-
CMYK00.950.160.10
HSL309.91º90.83%47.06%-
HSV(B)309.91º95.2%89.8%-
XYZ42.0620.7552.24-
YUV96.93182.22222.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291119300.950.160.10309.9190.8347.06
HexE5BC105F10A1365b2f
Octal345133010137201246613357
Binary11100101101111000001010111111000010101001101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>