#E52BAD

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

Shades of Persian Rose #E52BAD

Tints of Persian Rose #E52BAD

Color information

#E52BAD (or 0xE52BAD) is unknown color: approx Persian Rose. HEX triplet: E5, 2B and AD. RGB value is (229,43,173). Sum of RGB (Red+Green+Blue) = 229+43+173=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BAD is #1AD452. Grayscale: #717171. Windows color (decimal): -1758291 or 11348965. OLE color: 11348965.

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

Color convert

RGB22943173-
CMYK00.810.240.10
HSL318.06º78.15%53.33%-
HSV(B)318.06º81.22%89.8%-
XYZ40.7221.441.52-
YUV113.43161.62210.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 43 (17.19% from 255) = 9.66%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=51.46%
G=9.66%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294317300.810.240.10318.0678.1553.33
HexE52BAD05118A13e4e35
Octal345532550121301247611665
Binary1110010110101110101101010100011100010101001111101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52BAD; }

 p { color: rgb(229,43,173); }

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

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

 a { background-color: rgb(229,43,173); }

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

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

 span { border-color: rgb(229,43,173); }

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