#E517C4

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

Shades of Shocking Pink #E517C4

Tints of Shocking Pink #E517C4

Color information

#E517C4 (or 0xE517C4) is unknown color: approx Shocking Pink. HEX triplet: E5, 17 and C4. RGB value is (229,23,196). Sum of RGB (Red+Green+Blue) = 229+23+196=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E517C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517C4 is #1AE83B. Grayscale: #676767. Windows color (decimal): -1763388 or 12851173. OLE color: 12851173.

HSL color Cylindrical-coordinate representation of color #E517C4: hue angle of 309.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517C4 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB22923196-
CMYK00.900.140.10
HSL309.61º81.75%49.41%-
HSV(B)309.61º89.96%89.8%-
XYZ42.5821.2654.08-
YUV104.32179.75216.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 23 (9.38% from 255) = 5.13%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=51.12%
G=5.13%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292319600.900.140.10309.6181.7549.41
HexE517C405AEA1365231
Octal345273040132161246612261
Binary11100101101111100010001011010111010101001101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E517C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E517C4; }

 p { color: rgb(229,23,196); }

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

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

 a { background-color: rgb(229,23,196); }

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

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

 span { border-color: rgb(229,23,196); }

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