#E706C5

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

Shades of Shocking Pink #E706C5

Tints of Shocking Pink #E706C5

Color information

#E706C5 (or 0xE706C5) is unknown color: approx Shocking Pink. HEX triplet: E7, 06 and C5. RGB value is (231,6,197). Sum of RGB (Red+Green+Blue) = 231+6+197=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E706C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706C5 is #18F93A. Grayscale: #5E5E5E. Windows color (decimal): -1636667 or 12912359. OLE color: 12912359.

HSL color Cylindrical-coordinate representation of color #E706C5: hue angle of 309.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706C5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB2316197-
CMYK00.970.150.09
HSL309.07º94.94%46.47%-
HSV(B)309.07º97.4%90.59%-
XYZ43.121.1554.63-
YUV95.05185.54224.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.23%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=53.23%
G=1.38%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231619700.970.150.09309.0794.9446.47
HexE76C5061F91355f2e
Octal34763050141171146513756
Binary111001111101100010101100001111110011001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E706C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E706C5; }

 p { color: rgb(231,6,197); }

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

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

 a { background-color: rgb(231,6,197); }

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

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

 span { border-color: rgb(231,6,197); }

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