Html Css Color HEX #E53AAF Persian Rose

📋 copy color: '#E53AAF'

red 229 ◦ green 58 ◦ blue 175

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

Shades of Persian Rose #E53AAF

Tints of Persian Rose #E53AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 49.57%
G = 12.55%
B = 37.88%

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

#E53AAF (or 0xE53AAF) is known color: Persian Rose. HEX triplet: E5, 3A and AF. RGB value is (229,58,175). Sum of RGB (Red+Green+Blue) = 229+58+175=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAF is #1AC550. Grayscale: #7A7A7A. Windows color (decimal): -1754449 or 11483877. OLE color: 11483877.

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

Color convert

RGB 229 58 175 -
CMYK 0 0.75 0.24 0.10
HSL 318.95º 0.77% 0.56% -
HSV(B) 318.95º 0.75% 0.9% -
XYZ 41.56 22.78 42.76 -
YUV 122.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 229 58 175 0 0.75 0.24 0.10 318.95 0.77 0.56
Hex E5 3A AF 0 4B 18 A 13F 4D 38
Octal 345 72 257 0 113 30 12 477 115 70
Binary 11100101 111010 10101111 0 1001011 11000 1010 100111111 1001101 111000

Color Harmonies of #E53AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AAF

Black with #E53AAF

Text Example


Text Example

White with #E53AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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