#E7259F

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

Shades of Persian Rose #E7259F

Tints of Persian Rose #E7259F

Color information

#E7259F (or 0xE7259F) is unknown color: approx Persian Rose. HEX triplet: E7, 25 and 9F. RGB value is (231,37,159). Sum of RGB (Red+Green+Blue) = 231+37+159=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7259F is #18DA60. Grayscale: #6C6C6C. Windows color (decimal): -1628769 or 10429927. OLE color: 10429927.

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

Color convert

RGB23137159-
CMYK00.840.310.09
HSL322.27º80.17%52.55%-
HSV(B)322.27º83.98%90.59%-
XYZ39.8720.8234.72-
YUV108.91156.27215.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.10%
GREEN value IS 37 (14.84% from 255) = 8.67%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=54.10%
G=8.67%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313715900.840.310.09322.2780.1752.55
HexE7259F0541F91425035
Octal347452370124371150212065
Binary1110011110010110011111010101001111110011010000101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7259F; }

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

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

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

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

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

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

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

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