#E71F9F

Color #E71F9F Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E71F9F

Tints of Persian Rose #E71F9F

Color information

#E71F9F (or 0xE71F9F) is unknown color: approx Persian Rose. HEX triplet: E7, 1F and 9F. RGB value is (231,31,159). Sum of RGB (Red+Green+Blue) = 231+31+159=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F9F is #18E060. Grayscale: #696969. Windows color (decimal): -1630305 or 10428391. OLE color: 10428391.

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

Color convert

RGB23131159-
CMYK00.870.310.09
HSL321.6º80.65%51.37%-
HSV(B)321.6º86.58%90.59%-
XYZ39.720.4734.66-
YUV105.39158.26217.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.87%
GREEN value IS 31 (12.5% from 255) = 7.36%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=54.87%
G=7.36%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313115900.870.310.09321.680.6551.37
HexE71F9F0571F91425133
Octal347372370127371150212163
Binary111001111111110011111010101111111110011010000101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F9F; }

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

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

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

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

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

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

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

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