Html Css Color HEX #E540AD Persian Rose

📋 copy color: '#E540AD'

red 229 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #E540AD

Tints of Persian Rose #E540AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 49.14%
G = 13.73%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E540AD (or 0xE540AD) is known color: Persian Rose. HEX triplet: E5, 40 and AD. RGB value is (229,64,173). Sum of RGB (Red+Green+Blue) = 229+64+173=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E540AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540AD is #1ABF52. Grayscale: #7D7D7D. Windows color (decimal): -1752915 or 11354341. OLE color: 11354341.

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

Color convert

RGB 229 64 173 -
CMYK 0 0.72 0.24 0.10
HSL 320.36º 0.76% 0.57% -
HSV(B) 320.36º 0.72% 0.9% -
XYZ 41.69 23.34 41.84 -
YUV 125.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 229 64 173 0 0.72 0.24 0.10 320.36 0.76 0.57
Hex E5 40 AD 0 48 18 A 140 4C 39
Octal 345 100 255 0 110 30 12 500 114 71
Binary 11100101 1000000 10101101 0 1001000 11000 1010 101000000 1001100 111001

Color Harmonies of #E540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540AD

Black with #E540AD

Text Example


Text Example

White with #E540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540AD; }

 p { color: rgb(229,64,173); }

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

background-color css

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

 a { background-color: rgb(229,64,173); }

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

border-color css

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

 span { border-color: rgb(229,64,173); }

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