Html Css Color HEX #E53AAC Persian Rose

📋 copy color: '#E53AAC'

red 229 ◦ green 58 ◦ blue 172

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

Shades of Persian Rose #E53AAC

Tints of Persian Rose #E53AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 49.89%
G = 12.64%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53AAC (or 0xE53AAC) is known color: Persian Rose. HEX triplet: E5, 3A and AC. RGB value is (229,58,172). Sum of RGB (Red+Green+Blue) = 229+58+172=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAC is #1AC553. Grayscale: #797979. Windows color (decimal): -1754452 or 11287269. OLE color: 11287269.

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

Color convert

RGB 229 58 172 -
CMYK 0 0.75 0.25 0.10
HSL 320º 0.77% 0.56% -
HSV(B) 320º 0.75% 0.9% -
XYZ 41.27 22.66 41.23 -
YUV 122.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 229 58 172 0 0.75 0.25 0.10 320 0.77 0.56
Hex E5 3A AC 0 4B 19 A 140 4D 38
Octal 345 72 254 0 113 31 12 500 115 70
Binary 11100101 111010 10101100 0 1001011 11001 1010 101000000 1001101 111000

Color Harmonies of #E53AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AAC

Black with #E53AAC

Text Example


Text Example

White with #E53AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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