#e52ba3

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

Shades of Persian Rose #E52BA3

Tints of Persian Rose #E52BA3

Color information

#E52BA3 (or 0xE52BA3) is unknown color: approx Persian Rose. HEX triplet: E5, 2B and A3. RGB value is (229,43,163). Sum of RGB (Red+Green+Blue) = 229+43+163=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA3 is #1AD45C. Grayscale: #707070. Windows color (decimal): -1758301 or 10693605. OLE color: 10693605.

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

Color convert

RGB22943163-
CMYK00.810.290.10
HSL321.29º78.15%53.33%-
HSV(B)321.29º81.22%89.8%-
XYZ39.7921.0336.61-
YUV112.29156.62211.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 43 (17.19% from 255) = 9.89%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=52.64%
G=9.89%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294316300.810.290.10321.2978.1553.33
HexE52BA30511DA1414e35
Octal345532430121351250111665
Binary1110010110101110100011010100011110110101010000011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e52ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e52ba3; }

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

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

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

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

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

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

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

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