Html Css Color HEX #E52BA2 Persian Rose

📋 copy color: '#E52BA2'

red 229 ◦ green 43 ◦ blue 162

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

Shades of Persian Rose #E52BA2

Tints of Persian Rose #E52BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 52.76%
G = 9.91%
B = 37.33%

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

#E52BA2 (or 0xE52BA2) is known color: Persian Rose. HEX triplet: E5, 2B and A2. RGB value is (229,43,162). Sum of RGB (Red+Green+Blue) = 229+43+162=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA2 is #1AD45D. Grayscale: #6F6F6F. Windows color (decimal): -1758302 or 10628069. OLE color: 10628069.

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

Color convert

RGB 229 43 162 -
CMYK 0 0.81 0.29 0.10
HSL 321.61º 0.78% 0.53% -
HSV(B) 321.61º 0.81% 0.9% -
XYZ 39.7 20.99 36.14 -
YUV 112.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 229 43 162 0 0.81 0.29 0.10 321.61 0.78 0.53
Hex E5 2B A2 0 51 1D A 142 4E 35
Octal 345 53 242 0 121 35 12 502 116 65
Binary 11100101 101011 10100010 0 1010001 11101 1010 101000010 1001110 110101

Color Harmonies of #E52BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BA2

Black with #E52BA2

Text Example


Text Example

White with #E52BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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