#E718CE

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

Shades of Shocking Pink #E718CE

Tints of Shocking Pink #E718CE

Color information

#E718CE (or 0xE718CE) is unknown color: approx Shocking Pink. HEX triplet: E7, 18 and CE. RGB value is (231,24,206). Sum of RGB (Red+Green+Blue) = 231+24+206=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E718CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718CE is #18E731. Grayscale: #6A6A6A. Windows color (decimal): -1632050 or 13506791. OLE color: 13506791.

HSL color Cylindrical-coordinate representation of color #E718CE: hue angle of 307.25º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718CE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23124206-
CMYK00.900.110.09
HSL307.25º81.18%50%-
HSV(B)307.25º89.61%90.59%-
XYZ44.4222.160.32-
YUV106.64184.08216.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 24 (9.77% from 255) = 5.21%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=50.11%
G=5.21%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312420600.900.110.09307.2581.1850
HexE718CE05AB91335132
Octal347303160132131146312162
Binary11100111110001100111001011010101110011001100111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E718CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E718CE; }

 p { color: rgb(231,24,206); }

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

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

 a { background-color: rgb(231,24,206); }

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

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

 span { border-color: rgb(231,24,206); }

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