#E706C7

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

Shades of Shocking Pink #E706C7

Tints of Shocking Pink #E706C7

Color information

#E706C7 (or 0xE706C7) is unknown color: approx Shocking Pink. HEX triplet: E7, 06 and C7. RGB value is (231,6,199). Sum of RGB (Red+Green+Blue) = 231+6+199=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E706C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706C7 is #18F938. Grayscale: #5E5E5E. Windows color (decimal): -1636665 or 13043431. OLE color: 13043431.

HSL color Cylindrical-coordinate representation of color #E706C7: hue angle of 308.53º 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 #E706C7 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB2316199-
CMYK00.970.140.09
HSL308.53º94.94%46.47%-
HSV(B)308.53º97.4%90.59%-
XYZ43.3321.2455.85-
YUV95.28186.54224.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.98%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=52.98%
G=1.38%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231619900.970.140.09308.5394.9446.47
HexE76C7061E91355f2e
Octal34763070141161146513756
Binary111001111101100011101100001111010011001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E706C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E706C7; }

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

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

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

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

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

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

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

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