#E617D5

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

Shades of Shocking Pink #E617D5

Tints of Shocking Pink #E617D5

Color information

#E617D5 (or 0xE617D5) is unknown color: approx Shocking Pink. HEX triplet: E6, 17 and D5. RGB value is (230,23,213). Sum of RGB (Red+Green+Blue) = 230+23+213=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E617D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617D5 is #19E82A. Grayscale: #6A6A6A. Windows color (decimal): -1697835 or 13965286. OLE color: 13965286.

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

Color convert

RGB23023213-
CMYK00.90.070.10
HSL304.93º81.82%49.61%-
HSV(B)304.93º90%90.2%-
XYZ44.9522.2464.87-
YUV106.55188.08216.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 23 (9.38% from 255) = 4.94%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=49.36%
G=4.94%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302321300.90.070.10304.9381.8249.61
HexE617D505A7A1315232
Octal34627325013271246112262
Binary1110011010111110101010101101011110101001100011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E617D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E617D5; }

 p { color: rgb(230,23,213); }

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

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

 a { background-color: rgb(230,23,213); }

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

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

 span { border-color: rgb(230,23,213); }

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