#E71F9C

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

Shades of Persian Rose #E71F9C

Tints of Persian Rose #E71F9C

Color information

#E71F9C (or 0xE71F9C) is unknown color: approx Persian Rose. HEX triplet: E7, 1F and 9C. RGB value is (231,31,156). Sum of RGB (Red+Green+Blue) = 231+31+156=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F9C is #18E063. Grayscale: #686868. Windows color (decimal): -1630308 or 10231783. OLE color: 10231783.

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

Color convert

RGB23131156-
CMYK00.870.320.09
HSL322.5º80.65%51.37%-
HSV(B)322.5º86.58%90.59%-
XYZ39.4520.3733.31-
YUV105.05156.76217.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.26%
GREEN value IS 31 (12.5% from 255) = 7.42%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=55.26%
G=7.42%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313115600.870.320.09322.580.6551.37
HexE71F9C0572091425133
Octal347372340127401150212163
Binary1110011111111100111000101011110000010011010000101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F9C; }

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

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

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

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

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

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

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

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