#E01EBC

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

Shades of Shocking Pink #E01EBC

Tints of Shocking Pink #E01EBC

Color information

#E01EBC (or 0xE01EBC) is unknown color: approx Shocking Pink. HEX triplet: E0, 1E and BC. RGB value is (224,30,188). Sum of RGB (Red+Green+Blue) = 224+30+188=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EBC is #1FE143. Grayscale: #696969. Windows color (decimal): -2089284 or 12328672. OLE color: 12328672.

HSL color Cylindrical-coordinate representation of color #E01EBC: hue angle of 311.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EBC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22430188-
CMYK00.870.160.12
HSL311.13º76.38%49.8%-
HSV(B)311.13º86.61%87.84%-
XYZ40.2820.4149.39-
YUV106.02174.27212.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 30 (12.11% from 255) = 6.79%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=50.68%
G=6.79%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243018800.870.160.12311.1376.3849.8
HexE01EBC05710C1374c32
Octal340362740127201446711462
Binary111000001111010111100010101111000011001001101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EBC; }

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

 H1.HeaderClassName
 {
   color: #E01EBC;
 }
 .AnyTagClassName
 {
   color: #E01EBC;
 }
</style>
background-color css

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

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

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

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

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

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