Html Css Color HEX #E52BA3 Persian Rose

📋 copy color: '#E52BA3'

red 229 ◦ green 43 ◦ blue 163

#E52BA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E52BA3

Tints of Persian Rose #E52BA3

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 value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E52BA3 (or 0xE52BA3) is known color: 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

RGB 229 43 163 -
CMYK 0 0.81 0.29 0.10
HSL 321.29º 0.78% 0.53% -
HSV(B) 321.29º 0.81% 0.9% -
XYZ 39.79 21.03 36.61 -
YUV 112.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 229 43 163 0 0.81 0.29 0.10 321.29 0.78 0.53
Hex E5 2B A3 0 51 1D A 141 4E 35
Octal 345 53 243 0 121 35 12 501 116 65
Binary 11100101 101011 10100011 0 1010001 11101 1010 101000001 1001110 110101

Color Harmonies of #E52BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BA3

Black with #E52BA3

Text Example


Text Example

White with #E52BA3

Text Example


Text Example

HTML Codes & Css Web 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>