Html Css Color HEX #E541AC Persian Rose

📋 copy color: '#E541AC'

red 229 ◦ green 65 ◦ blue 172

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

Shades of Persian Rose #E541AC

Tints of Persian Rose #E541AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

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

R = 49.14%
G = 13.95%
B = 36.91%

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

#E541AC (or 0xE541AC) is known color: Persian Rose. HEX triplet: E5, 41 and AC. RGB value is (229,65,172). Sum of RGB (Red+Green+Blue) = 229+65+172=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E541AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541AC is #1ABE53. Grayscale: #7D7D7D. Windows color (decimal): -1752660 or 11289061. OLE color: 11289061.

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

Color convert

RGB 229 65 172 -
CMYK 0 0.72 0.25 0.10
HSL 320.85º 0.76% 0.58% -
HSV(B) 320.85º 0.72% 0.9% -
XYZ 41.65 23.42 41.35 -
YUV 126.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 229 65 172 0 0.72 0.25 0.10 320.85 0.76 0.58
Hex E5 41 AC 0 48 19 A 141 4C 3A
Octal 345 101 254 0 110 31 12 501 114 72
Binary 11100101 1000001 10101100 0 1001000 11001 1010 101000001 1001100 111010

Color Harmonies of #E541AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541AC

Black with #E541AC

Text Example


Text Example

White with #E541AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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