Html Css Color HEX #E53EAC Persian Rose

📋 copy color: '#E53EAC'

red 229 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #E53EAC

Tints of Persian Rose #E53EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.39%

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

R = 49.46%
G = 13.39%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53EAC (or 0xE53EAC) is known color: Persian Rose. HEX triplet: E5, 3E and AC. RGB value is (229,62,172). Sum of RGB (Red+Green+Blue) = 229+62+172=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53EAC is #1AC153. Grayscale: #7C7C7C. Windows color (decimal): -1753428 or 11288293. OLE color: 11288293.

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

Color convert

RGB 229 62 172 -
CMYK 0 0.73 0.25 0.10
HSL 320.48º 0.76% 0.57% -
HSV(B) 320.48º 0.73% 0.9% -
XYZ 41.48 23.08 41.3 -
YUV 124.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 229 62 172 0 0.73 0.25 0.10 320.48 0.76 0.57
Hex E5 3E AC 0 49 19 A 140 4C 39
Octal 345 76 254 0 111 31 12 500 114 71
Binary 11100101 111110 10101100 0 1001001 11001 1010 101000000 1001100 111001

Color Harmonies of #E53EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EAC

Black with #E53EAC

Text Example


Text Example

White with #E53EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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