#E318C1

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

Shades of Shocking Pink #E318C1

Tints of Shocking Pink #E318C1

Color information

#E318C1 (or 0xE318C1) is unknown color: approx Shocking Pink. HEX triplet: E3, 18 and C1. RGB value is (227,24,193). Sum of RGB (Red+Green+Blue) = 227+24+193=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E318C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318C1 is #1CE73E. Grayscale: #676767. Windows color (decimal): -1894207 or 12654819. OLE color: 12654819.

HSL color Cylindrical-coordinate representation of color #E318C1: hue angle of 310.05º 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 #E318C1 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB22724193-
CMYK00.890.150.11
HSL310.05º80.88%49.22%-
HSV(B)310.05º89.43%89.02%-
XYZ41.6320.8352.28-
YUV103.96178.25215.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 24 (9.77% from 255) = 5.41%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=51.13%
G=5.41%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272419300.890.150.11310.0580.8849.22
HexE318C1059FB1365131
Octal343303010131171346612161
Binary11100011110001100000101011001111110111001101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E318C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E318C1; }

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

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

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

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

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

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

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

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