Html Css Color HEX #E52BAA Persian Rose

📋 copy color: '#E52BAA'

red 229 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #E52BAA

Tints of Persian Rose #E52BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 51.81%
G = 9.73%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E52BAA (or 0xE52BAA) is known color: Persian Rose. HEX triplet: E5, 2B and AA. RGB value is (229,43,170). Sum of RGB (Red+Green+Blue) = 229+43+170=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BAA is #1AD455. Grayscale: #707070. Windows color (decimal): -1758294 or 11152357. OLE color: 11152357.

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

Color convert

RGB 229 43 170 -
CMYK 0 0.81 0.26 0.10
HSL 319.03º 0.78% 0.53% -
HSV(B) 319.03º 0.81% 0.9% -
XYZ 40.43 21.29 40.01 -
YUV 113.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 229 43 170 0 0.81 0.26 0.10 319.03 0.78 0.53
Hex E5 2B AA 0 51 1A A 13F 4E 35
Octal 345 53 252 0 121 32 12 477 116 65
Binary 11100101 101011 10101010 0 1010001 11010 1010 100111111 1001110 110101

Color Harmonies of #E52BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BAA

Black with #E52BAA

Text Example


Text Example

White with #E52BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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