#E017C0

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

Shades of Shocking Pink #E017C0

Tints of Shocking Pink #E017C0

Color information

#E017C0 (or 0xE017C0) is unknown color: approx Shocking Pink. HEX triplet: E0, 17 and C0. RGB value is (224,23,192). Sum of RGB (Red+Green+Blue) = 224+23+192=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E017C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017C0 is #1FE83F. Grayscale: #656565. Windows color (decimal): -2091072 or 12589024. OLE color: 12589024.

HSL color Cylindrical-coordinate representation of color #E017C0: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017C0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB22423192-
CMYK00.900.140.12
HSL309.55º81.38%48.43%-
HSV(B)309.55º89.73%87.84%-
XYZ40.5620.2751.64-
YUV102.36178.59214.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 23 (9.38% from 255) = 5.24%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=51.03%
G=5.24%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242319200.900.140.12309.5581.3848.43
HexE017C005AEC1365130
Octal340273000132161446612160
Binary11100000101111100000001011010111011001001101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E017C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E017C0; }

 p { color: rgb(224,23,192); }

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

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

 a { background-color: rgb(224,23,192); }

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

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

 span { border-color: rgb(224,23,192); }

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