Html Css Color HEX #E52AAA Persian Rose

📋 copy color: '#E52AAA'

red 229 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #E52AAA

Tints of Persian Rose #E52AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.52%

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

R = 51.93%
G = 9.52%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E52AAA (or 0xE52AAA) is known color: Persian Rose. HEX triplet: E5, 2A and AA. RGB value is (229,42,170). Sum of RGB (Red+Green+Blue) = 229+42+170=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAA is #1AD555. Grayscale: #707070. Windows color (decimal): -1758550 or 11152101. OLE color: 11152101.

HSL color Cylindrical-coordinate representation of color #E52AAA: hue angle of 318.93º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AAA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 170 -
CMYK 0 0.82 0.26 0.10
HSL 318.93º 0.78% 0.53% -
HSV(B) 318.93º 0.82% 0.9% -
XYZ 40.4 21.22 40 -
YUV 112.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 229 42 170 0 0.82 0.26 0.10 318.93 0.78 0.53
Hex E5 2A AA 0 52 1A A 13F 4E 35
Octal 345 52 252 0 122 32 12 477 116 65
Binary 11100101 101010 10101010 0 1010010 11010 1010 100111111 1001110 110101

Color Harmonies of #E52AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AAA

Black with #E52AAA

Text Example


Text Example

White with #E52AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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