Html Css Color HEX #E529A3 Persian Rose

📋 copy color: '#E529A3'

red 229 ◦ green 41 ◦ blue 163

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

Shades of Persian Rose #E529A3

Tints of Persian Rose #E529A3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.47%

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 52.89%
G = 9.47%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E529A3 (or 0xE529A3) is known color: Persian Rose. HEX triplet: E5, 29 and A3. RGB value is (229,41,163). Sum of RGB (Red+Green+Blue) = 229+41+163=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E529A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529A3 is #1AD65C. Grayscale: #6E6E6E. Windows color (decimal): -1758813 or 10693093. OLE color: 10693093.

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

Color convert

RGB 229 41 163 -
CMYK 0 0.82 0.29 0.10
HSL 321.06º 0.78% 0.53% -
HSV(B) 321.06º 0.82% 0.9% -
XYZ 39.72 20.89 36.59 -
YUV 111.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 229 41 163 0 0.82 0.29 0.10 321.06 0.78 0.53
Hex E5 29 A3 0 52 1D A 141 4E 35
Octal 345 51 243 0 122 35 12 501 116 65
Binary 11100101 101001 10100011 0 1010010 11101 1010 101000001 1001110 110101

Color Harmonies of #E529A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529A3

Black with #E529A3

Text Example


Text Example

White with #E529A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529A3; }

 p { color: rgb(229,41,163); }

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

background-color css

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

 a { background-color: rgb(229,41,163); }

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

border-color css

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

 span { border-color: rgb(229,41,163); }

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