#E71FCE

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

Shades of Shocking Pink #E71FCE

Tints of Shocking Pink #E71FCE

Color information

#E71FCE (or 0xE71FCE) is unknown color: approx Shocking Pink. HEX triplet: E7, 1F and CE. RGB value is (231,31,206). Sum of RGB (Red+Green+Blue) = 231+31+206=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FCE is #18E031. Grayscale: #6E6E6E. Windows color (decimal): -1630258 or 13508583. OLE color: 13508583.

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

Color convert

RGB23131206-
CMYK00.870.110.09
HSL307.5º80.65%51.37%-
HSV(B)307.5º86.58%90.59%-
XYZ44.5922.4360.37-
YUV110.75181.76213.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 31 (12.5% from 255) = 6.62%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=49.36%
G=6.62%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313120600.870.110.09307.580.6551.37
HexE71FCE057B91345133
Octal347373160127131146412163
Binary11100111111111100111001010111101110011001101001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71FCE; }

 p { color: rgb(231,31,206); }

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

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

 a { background-color: rgb(231,31,206); }

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

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

 span { border-color: rgb(231,31,206); }

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