Html Css Color HEX #E53FAA Persian Rose

📋 copy color: '#E53FAA'

red 229 ◦ green 63 ◦ blue 170

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

Shades of Persian Rose #E53FAA

Tints of Persian Rose #E53FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

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

R = 49.57%
G = 13.64%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E53FAA (or 0xE53FAA) is known color: Persian Rose. HEX triplet: E5, 3F and AA. RGB value is (229,63,170). Sum of RGB (Red+Green+Blue) = 229+63+170=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAA is #1AC055. Grayscale: #7C7C7C. Windows color (decimal): -1753174 or 11157477. OLE color: 11157477.

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

Color convert

RGB 229 63 170 -
CMYK 0 0.72 0.26 0.10
HSL 321.33º 0.76% 0.57% -
HSV(B) 321.33º 0.72% 0.9% -
XYZ 41.35 23.12 40.31 -
YUV 124.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 229 63 170 0 0.72 0.26 0.10 321.33 0.76 0.57
Hex E5 3F AA 0 48 1A A 141 4C 39
Octal 345 77 252 0 110 32 12 501 114 71
Binary 11100101 111111 10101010 0 1001000 11010 1010 101000001 1001100 111001

Color Harmonies of #E53FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FAA

Black with #E53FAA

Text Example


Text Example

White with #E53FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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