Html Css Color HEX #E53AAA Persian Rose

📋 copy color: '#E53AAA'

red 229 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #E53AAA

Tints of Persian Rose #E53AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

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

R = 50.11%
G = 12.69%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E53AAA (or 0xE53AAA) is known color: Persian Rose. HEX triplet: E5, 3A and AA. RGB value is (229,58,170). Sum of RGB (Red+Green+Blue) = 229+58+170=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAA is #1AC555. Grayscale: #797979. Windows color (decimal): -1754454 or 11156197. OLE color: 11156197.

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

Color convert

RGB 229 58 170 -
CMYK 0 0.75 0.26 0.10
HSL 320.7º 0.77% 0.56% -
HSV(B) 320.7º 0.75% 0.9% -
XYZ 41.08 22.59 40.22 -
YUV 121.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 229 58 170 0 0.75 0.26 0.10 320.7 0.77 0.56
Hex E5 3A AA 0 4B 1A A 141 4D 38
Octal 345 72 252 0 113 32 12 501 115 70
Binary 11100101 111010 10101010 0 1001011 11010 1010 101000001 1001101 111000

Color Harmonies of #E53AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AAA

Black with #E53AAA

Text Example


Text Example

White with #E53AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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