Html Css Color HEX #E540AF Persian Rose

📋 copy color: '#E540AF'

red 229 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #E540AF

Tints of Persian Rose #E540AF

RGB

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

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

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

R = 48.93%
G = 13.68%
B = 37.39%

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

#E540AF (or 0xE540AF) is known color: Persian Rose. HEX triplet: E5, 40 and AF. RGB value is (229,64,175). Sum of RGB (Red+Green+Blue) = 229+64+175=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E540AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540AF is #1ABF50. Grayscale: #7D7D7D. Windows color (decimal): -1752913 or 11485413. OLE color: 11485413.

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

Color convert

RGB 229 64 175 -
CMYK 0 0.72 0.24 0.10
HSL 319.64º 0.76% 0.57% -
HSV(B) 319.64º 0.72% 0.9% -
XYZ 41.88 23.42 42.87 -
YUV 125.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 229 64 175 0 0.72 0.24 0.10 319.64 0.76 0.57
Hex E5 40 AF 0 48 18 A 140 4C 39
Octal 345 100 257 0 110 30 12 500 114 71
Binary 11100101 1000000 10101111 0 1001000 11000 1010 101000000 1001100 111001

Color Harmonies of #E540AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540AF

Black with #E540AF

Text Example


Text Example

White with #E540AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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