#E7309F

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

Shades of Persian Rose #E7309F

Tints of Persian Rose #E7309F

Color information

#E7309F (or 0xE7309F) is unknown color: approx Persian Rose. HEX triplet: E7, 30 and 9F. RGB value is (231,48,159). Sum of RGB (Red+Green+Blue) = 231+48+159=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7309F is #18CF60. Grayscale: #737373. Windows color (decimal): -1625953 or 10432743. OLE color: 10432743.

HSL color Cylindrical-coordinate representation of color #E7309F: hue angle of 323.61º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7309F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23148159-
CMYK00.790.310.09
HSL323.61º79.22%54.71%-
HSV(B)323.61º79.22%90.59%-
XYZ40.2721.6134.85-
YUV115.37152.63210.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.74%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=52.74%
G=10.96%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314815900.790.310.09323.6179.2254.71
HexE7309F04F1F91444f37
Octal347602370117371150411767
Binary1110011111000010011111010011111111110011010001001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7309F; }

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

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

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

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

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

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

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

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