#E615C6

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

Shades of Shocking Pink #E615C6

Tints of Shocking Pink #E615C6

Color information

#E615C6 (or 0xE615C6) is unknown color: approx Shocking Pink. HEX triplet: E6, 15 and C6. RGB value is (230,21,198). Sum of RGB (Red+Green+Blue) = 230+21+198=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E615C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615C6 is #19EA39. Grayscale: #676767. Windows color (decimal): -1698362 or 12981734. OLE color: 12981734.

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

Color convert

RGB23021198-
CMYK00.910.140.10
HSL309.19º83.27%49.22%-
HSV(B)309.19º90.87%90.2%-
XYZ43.0921.4455.29-
YUV103.67181.24218.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.22%
GREEN value IS 21 (8.59% from 255) = 4.68%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=51.22%
G=4.68%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302119800.910.140.10309.1983.2749.22
HexE615C605BEA1355331
Octal346253060133161246512361
Binary11100110101011100011001011011111010101001101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E615C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E615C6; }

 p { color: rgb(230,21,198); }

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

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

 a { background-color: rgb(230,21,198); }

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

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

 span { border-color: rgb(230,21,198); }

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