#e5319f

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

Shades of Persian Rose #E5319F

Tints of Persian Rose #E5319F

Color information

#E5319F (or 0xE5319F) is unknown color: approx Persian Rose. HEX triplet: E5, 31 and 9F. RGB value is (229,49,159). Sum of RGB (Red+Green+Blue) = 229+49+159=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5319F is #1ACE60. Grayscale: #737373. Windows color (decimal): -1756769 or 10432997. OLE color: 10432997.

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

Color convert

RGB22949159-
CMYK00.790.310.10
HSL323.33º77.59%54.51%-
HSV(B)323.33º78.6%89.8%-
XYZ39.6721.3634.83-
YUV115.36152.63209.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 49 (19.53% from 255) = 11.21%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=52.40%
G=11.21%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294915900.790.310.10323.3377.5954.51
HexE5319F04F1FA1434e37
Octal345612370117371250311667
Binary1110010111000110011111010011111111110101010000111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5319f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5319f; }

 p { color: rgb(229,49,159); }

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

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

 a { background-color: rgb(229,49,159); }

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

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

 span { border-color: rgb(229,49,159); }

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