#e318c6

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

Shades of Shocking Pink #E318C6

Tints of Shocking Pink #E318C6

Color information

#E318C6 (or 0xE318C6) is unknown color: approx Shocking Pink. HEX triplet: E3, 18 and C6. RGB value is (227,24,198). Sum of RGB (Red+Green+Blue) = 227+24+198=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E318C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318C6 is #1CE739. Grayscale: #686868. Windows color (decimal): -1894202 or 12982499. OLE color: 12982499.

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

Color convert

RGB22724198-
CMYK00.890.130.11
HSL308.57º80.88%49.22%-
HSV(B)308.57º89.43%89.02%-
XYZ42.221.0655.27-
YUV104.53180.75215.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 24 (9.77% from 255) = 5.35%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=50.56%
G=5.35%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272419800.890.130.11308.5780.8849.22
HexE318C6059DB1355131
Octal343303060131151346512161
Binary11100011110001100011001011001110110111001101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e318c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e318c6; }

 p { color: rgb(227,24,198); }

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

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

 a { background-color: rgb(227,24,198); }

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

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

 span { border-color: rgb(227,24,198); }

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