#E710C6

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

Shades of Shocking Pink #E710C6

Tints of Shocking Pink #E710C6

Color information

#E710C6 (or 0xE710C6) is unknown color: approx Shocking Pink. HEX triplet: E7, 10 and C6. RGB value is (231,16,198). Sum of RGB (Red+Green+Blue) = 231+16+198=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E710C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710C6 is #18EF39. Grayscale: #646464. Windows color (decimal): -1634106 or 12980455. OLE color: 12980455.

HSL color Cylindrical-coordinate representation of color #E710C6: hue angle of 309.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E710C6 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23116198-
CMYK00.930.140.09
HSL309.21º87.04%48.43%-
HSV(B)309.21º93.07%90.59%-
XYZ43.3321.4455.28-
YUV101.03182.73220.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 16 (6.64% from 255) = 3.60%
BLUE value IS 198 (77.73% from 255) = 44.49%
R=51.91%
G=3.60%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311619800.930.140.09309.2187.0448.43
HexE710C605DE91355730
Octal347203060135161146512760
Binary11100111100001100011001011101111010011001101011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E710C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E710C6; }

 p { color: rgb(231,16,198); }

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

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

 a { background-color: rgb(231,16,198); }

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

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

 span { border-color: rgb(231,16,198); }

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