Html Css Color HEX #E53AAE Persian Rose

📋 copy color: '#E53AAE'

red 229 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #E53AAE

Tints of Persian Rose #E53AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 49.67%
G = 12.58%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E53AAE (or 0xE53AAE) is known color: Persian Rose. HEX triplet: E5, 3A and AE. RGB value is (229,58,174). Sum of RGB (Red+Green+Blue) = 229+58+174=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAE is #1AC551. Grayscale: #7A7A7A. Windows color (decimal): -1754450 or 11418341. OLE color: 11418341.

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

Color convert

RGB 229 58 174 -
CMYK 0 0.75 0.24 0.10
HSL 319.3º 0.77% 0.56% -
HSV(B) 319.3º 0.75% 0.9% -
XYZ 41.47 22.74 42.25 -
YUV 122.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 229 58 174 0 0.75 0.24 0.10 319.3 0.77 0.56
Hex E5 3A AE 0 4B 18 A 13F 4D 38
Octal 345 72 256 0 113 30 12 477 115 70
Binary 11100101 111010 10101110 0 1001011 11000 1010 100111111 1001101 111000

Color Harmonies of #E53AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AAE

Black with #E53AAE

Text Example


Text Example

White with #E53AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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