#e53fb2

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

Shades of Persian Rose #E53FB2

Tints of Persian Rose #E53FB2

Color information

#E53FB2 (or 0xE53FB2) is unknown color: approx Persian Rose. HEX triplet: E5, 3F and B2. RGB value is (229,63,178). Sum of RGB (Red+Green+Blue) = 229+63+178=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FB2 is #1AC04D. Grayscale: #7D7D7D. Windows color (decimal): -1753166 or 11681765. OLE color: 11681765.

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

Color convert

RGB22963178-
CMYK00.720.220.10
HSL318.43º76.15%57.25%-
HSV(B)318.43º72.49%89.8%-
XYZ42.1323.4344.42-
YUV125.74157.5201.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=48.72%
G=13.40%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296317800.720.220.10318.4376.1557.25
HexE53FB204816A13e4c39
Octal345772620110261247611471
Binary1110010111111110110010010010001011010101001111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53fb2; }

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

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

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

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

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

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

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

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