Html Css Color HEX #E531A5 Persian Rose

📋 copy color: '#E531A5'

red 229 ◦ green 49 ◦ blue 165

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

Shades of Persian Rose #E531A5

Tints of Persian Rose #E531A5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.06%

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 51.69%
G = 11.06%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E531A5 (or 0xE531A5) is known color: Persian Rose. HEX triplet: E5, 31 and A5. RGB value is (229,49,165). Sum of RGB (Red+Green+Blue) = 229+49+165=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E531A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E531A5 is #1ACE5A. Grayscale: #737373. Windows color (decimal): -1756763 or 10826213. OLE color: 10826213.

HSL color Cylindrical-coordinate representation of color #E531A5: hue angle of 321.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531A5 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 165 -
CMYK 0 0.79 0.28 0.10
HSL 321.33º 0.78% 0.55% -
HSV(B) 321.33º 0.79% 0.9% -
XYZ 40.2 21.57 37.64 -
YUV 116.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 229 49 165 0 0.79 0.28 0.10 321.33 0.78 0.55
Hex E5 31 A5 0 4F 1C A 141 4E 37
Octal 345 61 245 0 117 34 12 501 116 67
Binary 11100101 110001 10100101 0 1001111 11100 1010 101000001 1001110 110111

Color Harmonies of #E531A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531A5

Black with #E531A5

Text Example


Text Example

White with #E531A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531A5; }

 p { color: rgb(229,49,165); }

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

background-color css

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

 a { background-color: rgb(229,49,165); }

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

border-color css

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

 span { border-color: rgb(229,49,165); }

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