#E5259F

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

Shades of Persian Rose #E5259F

Tints of Persian Rose #E5259F

Color information

#E5259F (or 0xE5259F) is unknown color: approx Persian Rose. HEX triplet: E5, 25 and 9F. RGB value is (229,37,159). Sum of RGB (Red+Green+Blue) = 229+37+159=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5259F is #1ADA60. Grayscale: #6C6C6C. Windows color (decimal): -1759841 or 10429925. OLE color: 10429925.

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

Color convert

RGB22937159-
CMYK00.840.310.10
HSL321.88º78.69%52.16%-
HSV(B)321.88º83.84%89.8%-
XYZ39.2320.4834.69-
YUV108.32156.61214.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.88%
GREEN value IS 37 (14.84% from 255) = 8.71%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=53.88%
G=8.71%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293715900.840.310.10321.8878.6952.16
HexE5259F0541FA1424f34
Octal345452370124371250211764
Binary1110010110010110011111010101001111110101010000101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5259F; }

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

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

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

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

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

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

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

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