Html Css Color HEX #E540AC Persian Rose

📋 copy color: '#E540AC'

red 229 ◦ green 64 ◦ blue 172

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

Shades of Persian Rose #E540AC

Tints of Persian Rose #E540AC

RGB

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

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

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

R = 49.25%
G = 13.76%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E540AC (or 0xE540AC) is known color: Persian Rose. HEX triplet: E5, 40 and AC. RGB value is (229,64,172). Sum of RGB (Red+Green+Blue) = 229+64+172=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E540AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540AC is #1ABF53. Grayscale: #7D7D7D. Windows color (decimal): -1752916 or 11288805. OLE color: 11288805.

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

Color convert

RGB 229 64 172 -
CMYK 0 0.72 0.25 0.10
HSL 320.73º 0.76% 0.57% -
HSV(B) 320.73º 0.72% 0.9% -
XYZ 41.59 23.3 41.34 -
YUV 125.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 229 64 172 0 0.72 0.25 0.10 320.73 0.76 0.57
Hex E5 40 AC 0 48 19 A 141 4C 39
Octal 345 100 254 0 110 31 12 501 114 71
Binary 11100101 1000000 10101100 0 1001000 11001 1010 101000001 1001100 111001

Color Harmonies of #E540AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540AC

Black with #E540AC

Text Example


Text Example

White with #E540AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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