#E717BF

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

Shades of Shocking Pink #E717BF

Tints of Shocking Pink #E717BF

Color information

#E717BF (or 0xE717BF) is unknown color: approx Shocking Pink. HEX triplet: E7, 17 and BF. RGB value is (231,23,191). Sum of RGB (Red+Green+Blue) = 231+23+191=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E717BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717BF is #18E840. Grayscale: #676767. Windows color (decimal): -1632321 or 12523495. OLE color: 12523495.

HSL color Cylindrical-coordinate representation of color #E717BF: hue angle of 311.54º degrees, saturation: 0.82, 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 #E717BF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23123191-
CMYK00.900.170.09
HSL311.54º81.89%49.8%-
HSV(B)311.54º90.04%90.59%-
XYZ42.6721.3651.17-
YUV104.34176.91218.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 23 (9.38% from 255) = 5.17%
BLUE value IS 191 (75% from 255) = 42.92%
R=51.91%
G=5.17%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312319100.900.170.09311.5481.8949.8
HexE717BF05A1191385232
Octal347272770132211147012262
Binary111001111011110111111010110101000110011001110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E717BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E717BF; }

 p { color: rgb(231,23,191); }

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

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

 a { background-color: rgb(231,23,191); }

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

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

 span { border-color: rgb(231,23,191); }

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