Html Css Color HEX #E529AB Persian Rose

📋 copy color: '#E529AB'

red 229 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #E529AB

Tints of Persian Rose #E529AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 51.93%
G = 9.3%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E529AB (or 0xE529AB) is known color: Persian Rose. HEX triplet: E5, 29 and AB. RGB value is (229,41,171). Sum of RGB (Red+Green+Blue) = 229+41+171=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E529AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529AB is #1AD654. Grayscale: #6F6F6F. Windows color (decimal): -1758805 or 11217381. OLE color: 11217381.

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

Color convert

RGB 229 41 171 -
CMYK 0 0.82 0.25 0.10
HSL 318.51º 0.78% 0.53% -
HSV(B) 318.51º 0.82% 0.9% -
XYZ 40.46 21.18 40.48 -
YUV 112.03 161.28 211.43 -
System Red Green Blue C M Y K H S L
Decimal 229 41 171 0 0.82 0.25 0.10 318.51 0.78 0.53
Hex E5 29 AB 0 52 19 A 13F 4E 35
Octal 345 51 253 0 122 31 12 477 116 65
Binary 11100101 101001 10101011 0 1010010 11001 1010 100111111 1001110 110101

Color Harmonies of #E529AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529AB

Black with #E529AB

Text Example


Text Example

White with #E529AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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