Html Css Color HEX #E541AF Persian Rose

📋 copy color: '#E541AF'

red 229 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E541AF

Tints of Persian Rose #E541AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 48.83%
G = 13.86%
B = 37.31%

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

#E541AF (or 0xE541AF) is known color: Persian Rose. HEX triplet: E5, 41 and AF. RGB value is (229,65,175). Sum of RGB (Red+Green+Blue) = 229+65+175=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E541AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541AF is #1ABE50. Grayscale: #7E7E7E. Windows color (decimal): -1752657 or 11485669. OLE color: 11485669.

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

Color convert

RGB 229 65 175 -
CMYK 0 0.72 0.24 0.10
HSL 319.76º 0.76% 0.58% -
HSV(B) 319.76º 0.72% 0.9% -
XYZ 41.94 23.53 42.89 -
YUV 126.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 229 65 175 0 0.72 0.24 0.10 319.76 0.76 0.58
Hex E5 41 AF 0 48 18 A 140 4C 3A
Octal 345 101 257 0 110 30 12 500 114 72
Binary 11100101 1000001 10101111 0 1001000 11000 1010 101000000 1001100 111010

Color Harmonies of #E541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541AF

Black with #E541AF

Text Example


Text Example

White with #E541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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