Html Css Color HEX #E52BA1 Persian Rose

📋 copy color: '#E52BA1'

red 229 ◦ green 43 ◦ blue 161

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

Shades of Persian Rose #E52BA1

Tints of Persian Rose #E52BA1

RGB

 RED value IS 229 (89.84% from 255) = 52.89%

 GREEN value IS 43 (17.19% from 255) = 9.93%

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 52.89%
G = 9.93%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E52BA1 (or 0xE52BA1) is known color: Persian Rose. HEX triplet: E5, 2B and A1. RGB value is (229,43,161). Sum of RGB (Red+Green+Blue) = 229+43+161=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA1 is #1AD45E. Grayscale: #6F6F6F. Windows color (decimal): -1758303 or 10562533. OLE color: 10562533.

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

Color convert

RGB 229 43 161 -
CMYK 0 0.81 0.30 0.10
HSL 321.94º 0.78% 0.53% -
HSV(B) 321.94º 0.81% 0.9% -
XYZ 39.61 20.96 35.68 -
YUV 112.07 155.62 211.41 -
System Red Green Blue C M Y K H S L
Decimal 229 43 161 0 0.81 0.30 0.10 321.94 0.78 0.53
Hex E5 2B A1 0 51 1E A 142 4E 35
Octal 345 53 241 0 121 36 12 502 116 65
Binary 11100101 101011 10100001 0 1010001 11110 1010 101000010 1001110 110101

Color Harmonies of #E52BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BA1

Black with #E52BA1

Text Example


Text Example

White with #E52BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BA1; }

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

 H1.HeaderClassName
 {
   color: #E52BA1;
 }
 .AnyTagClassName
 {
   color: #E52BA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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