#E71FCB

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

Shades of Shocking Pink #E71FCB

Tints of Shocking Pink #E71FCB

Color information

#E71FCB (or 0xE71FCB) is unknown color: approx Shocking Pink. HEX triplet: E7, 1F and CB. RGB value is (231,31,203). Sum of RGB (Red+Green+Blue) = 231+31+203=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FCB is #18E034. Grayscale: #6D6D6D. Windows color (decimal): -1630261 or 13311975. OLE color: 13311975.

HSL color Cylindrical-coordinate representation of color #E71FCB: hue angle of 308.4º 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 #E71FCB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23131203-
CMYK00.870.120.09
HSL308.4º80.65%51.37%-
HSV(B)308.4º86.58%90.59%-
XYZ44.2222.2858.47-
YUV110.41180.26214.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 31 (12.5% from 255) = 6.67%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=49.68%
G=6.67%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313120300.870.120.09308.480.6551.37
HexE71FCB057C91345133
Octal347373130127141146412163
Binary11100111111111100101101010111110010011001101001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71FCB; }

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

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

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

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

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

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

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

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