#E01EC1

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

Shades of Shocking Pink #E01EC1

Tints of Shocking Pink #E01EC1

Color information

#E01EC1 (or 0xE01EC1) is unknown color: approx Shocking Pink. HEX triplet: E0, 1E and C1. RGB value is (224,30,193). Sum of RGB (Red+Green+Blue) = 224+30+193=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EC1 is #1FE13E. Grayscale: #6A6A6A. Windows color (decimal): -2089279 or 12656352. OLE color: 12656352.

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

Color convert

RGB22430193-
CMYK00.870.140.12
HSL309.59º76.38%49.8%-
HSV(B)309.59º86.61%87.84%-
XYZ40.8320.6352.28-
YUV106.59176.77211.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 30 (12.11% from 255) = 6.71%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=50.11%
G=6.71%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243019300.870.140.12309.5976.3849.8
HexE01EC1057EC1364c32
Octal340363010127161446611462
Binary11100000111101100000101010111111011001001101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EC1; }

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

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

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

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

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

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

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

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