#E71F7F

Color #E71F7F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E71F7F

Tints of Deep Cerise #E71F7F

Color information

#E71F7F (or 0xE71F7F) is unknown color: approx Deep Cerise. HEX triplet: E7, 1F and 7F. RGB value is (231,31,127). Sum of RGB (Red+Green+Blue) = 231+31+127=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F7F is #18E080. Grayscale: #656565. Windows color (decimal): -1630337 or 8331239. OLE color: 8331239.

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

Color convert

RGB23131127-
CMYK00.870.450.09
HSL331.2º80.65%51.37%-
HSV(B)331.2º86.58%90.59%-
XYZ37.2819.521.88-
YUV101.74142.26220.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.38%
GREEN value IS 31 (12.5% from 255) = 7.97%
BLUE value IS 127 (50% from 255) = 32.65%
R=59.38%
G=7.97%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313112700.870.450.09331.280.6551.37
HexE71F7F0572D914b5133
Octal347371770127551151312163
Binary111001111111111111110101011110110110011010010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F7F; }

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

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

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

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

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

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

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

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