#E53FAC

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

Shades of Persian Rose #E53FAC

Tints of Persian Rose #E53FAC

Color information

#E53FAC (or 0xE53FAC) is unknown color: approx Persian Rose. HEX triplet: E5, 3F and AC. RGB value is (229,63,172). Sum of RGB (Red+Green+Blue) = 229+63+172=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAC is #1AC053. Grayscale: #7C7C7C. Windows color (decimal): -1753172 or 11288549. OLE color: 11288549.

HSL color Cylindrical-coordinate representation of color #E53FAC: hue angle of 320.6º 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 #E53FAC is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB22963172-
CMYK00.720.250.10
HSL320.6º76.15%57.25%-
HSV(B)320.6º72.49%89.8%-
XYZ41.5423.1941.32-
YUV125.06154.5202.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 63 (25% from 255) = 13.58%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=49.35%
G=13.58%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296317200.720.250.10320.676.1557.25
HexE53FAC04819A1414c39
Octal345772540110311250111471
Binary1110010111111110101100010010001100110101010000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53FAC; }

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

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

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

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

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

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

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

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