#E316C3

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

Shades of Shocking Pink #E316C3

Tints of Shocking Pink #E316C3

Color information

#E316C3 (or 0xE316C3) is unknown color: approx Shocking Pink. HEX triplet: E3, 16 and C3. RGB value is (227,22,195). Sum of RGB (Red+Green+Blue) = 227+22+195=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E316C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316C3 is #1CE93C. Grayscale: #666666. Windows color (decimal): -1894717 or 12785379. OLE color: 12785379.

HSL color Cylindrical-coordinate representation of color #E316C3: hue angle of 309.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316C3 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22722195-
CMYK00.900.140.11
HSL309.37º82.33%48.82%-
HSV(B)309.37º90.31%89.02%-
XYZ41.8220.8453.45-
YUV103.02179.92216.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 22 (8.98% from 255) = 4.95%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=51.13%
G=4.95%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272219500.900.140.11309.3782.3348.82
HexE316C305AEB1355231
Octal343263030132161346512261
Binary11100011101101100001101011010111010111001101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E316C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E316C3; }

 p { color: rgb(227,22,195); }

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

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

 a { background-color: rgb(227,22,195); }

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

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

 span { border-color: rgb(227,22,195); }

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