#E718CD

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

Shades of Shocking Pink #E718CD

Tints of Shocking Pink #E718CD

Color information

#E718CD (or 0xE718CD) is unknown color: approx Shocking Pink. HEX triplet: E7, 18 and CD. RGB value is (231,24,205). Sum of RGB (Red+Green+Blue) = 231+24+205=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E718CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718CD is #18E732. Grayscale: #6A6A6A. Windows color (decimal): -1632051 or 13441255. OLE color: 13441255.

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

Color convert

RGB23124205-
CMYK00.900.110.09
HSL307.54º81.18%50%-
HSV(B)307.54º89.61%90.59%-
XYZ44.322.0559.68-
YUV106.53183.58216.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.22%
GREEN value IS 24 (9.77% from 255) = 5.22%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=50.22%
G=5.22%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312420500.900.110.09307.5481.1850
HexE718CD05AB91345132
Octal347303150132131146412162
Binary11100111110001100110101011010101110011001101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E718CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E718CD; }

 p { color: rgb(231,24,205); }

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

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

 a { background-color: rgb(231,24,205); }

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

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

 span { border-color: rgb(231,24,205); }

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