#E315C7

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

Shades of Shocking Pink #E315C7

Tints of Shocking Pink #E315C7

Color information

#E315C7 (or 0xE315C7) is unknown color: approx Shocking Pink. HEX triplet: E3, 15 and C7. RGB value is (227,21,199). Sum of RGB (Red+Green+Blue) = 227+21+199=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E315C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315C7 is #1CEA38. Grayscale: #666666. Windows color (decimal): -1894969 or 13047267. OLE color: 13047267.

HSL color Cylindrical-coordinate representation of color #E315C7: hue angle of 308.16º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315C7 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB22721199-
CMYK00.910.120.11
HSL308.16º83.06%48.63%-
HSV(B)308.16º90.75%89.02%-
XYZ42.2620.9955.86-
YUV102.89182.25216.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 21 (8.59% from 255) = 4.70%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=50.78%
G=4.70%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272119900.910.120.11308.1683.0648.63
HexE315C705BCB1345331
Octal343253070133141346412361
Binary11100011101011100011101011011110010111001101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E315C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E315C7; }

 p { color: rgb(227,21,199); }

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

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

 a { background-color: rgb(227,21,199); }

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

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

 span { border-color: rgb(227,21,199); }

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