#E518CF

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

Shades of Shocking Pink #E518CF

Tints of Shocking Pink #E518CF

Color information

#E518CF (or 0xE518CF) is unknown color: approx Shocking Pink. HEX triplet: E5, 18 and CF. RGB value is (229,24,207). Sum of RGB (Red+Green+Blue) = 229+24+207=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E518CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518CF is #1AE730. Grayscale: #696969. Windows color (decimal): -1763121 or 13572325. OLE color: 13572325.

HSL color Cylindrical-coordinate representation of color #E518CF: hue angle of 306.44º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB22924207-
CMYK00.900.100.10
HSL306.44º81.03%49.61%-
HSV(B)306.44º89.52%89.8%-
XYZ43.921.8260.93-
YUV106.16184.92215.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 24 (9.77% from 255) = 5.22%
BLUE value IS 207 (81.25% from 255) = 45%
R=49.78%
G=5.22%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292420700.900.100.10306.4481.0349.61
HexE518CF05AAA1325132
Octal345303170132121246212162
Binary11100101110001100111101011010101010101001100101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E518CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E518CF; }

 p { color: rgb(229,24,207); }

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

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

 a { background-color: rgb(229,24,207); }

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

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

 span { border-color: rgb(229,24,207); }

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