#e53faf

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

Shades of Persian Rose #E53FAF

Tints of Persian Rose #E53FAF

Color information

#E53FAF (or 0xE53FAF) is unknown color: approx Persian Rose. HEX triplet: E5, 3F and AF. RGB value is (229,63,175). Sum of RGB (Red+Green+Blue) = 229+63+175=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAF is #1AC050. Grayscale: #7D7D7D. Windows color (decimal): -1753169 or 11485157. OLE color: 11485157.

HSL color Cylindrical-coordinate representation of color #E53FAF: hue angle of 319.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FAF is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB22963175-
CMYK00.720.240.10
HSL319.52º76.15%57.25%-
HSV(B)319.52º72.49%89.8%-
XYZ41.8323.3142.85-
YUV125.4156201.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 63 (25% from 255) = 13.49%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=49.04%
G=13.49%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296317500.720.240.10319.5276.1557.25
HexE53FAF04818A1404c39
Octal345772570110301250011471
Binary1110010111111110101111010010001100010101010000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53faf; }

 p { color: rgb(229,63,175); }

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

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

 a { background-color: rgb(229,63,175); }

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

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

 span { border-color: rgb(229,63,175); }

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