Html Css Color HEX #E528AA Persian Rose

📋 copy color: '#E528AA'

red 229 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #E528AA

Tints of Persian Rose #E528AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 52.16%
G = 9.11%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E528AA (or 0xE528AA) is known color: Persian Rose. HEX triplet: E5, 28 and AA. RGB value is (229,40,170). Sum of RGB (Red+Green+Blue) = 229+40+170=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E528AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E528AA is #1AD755. Grayscale: #6F6F6F. Windows color (decimal): -1759062 or 11151589. OLE color: 11151589.

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

Color convert

RGB 229 40 170 -
CMYK 0 0.83 0.26 0.10
HSL 318.73º 0.78% 0.53% -
HSV(B) 318.73º 0.83% 0.9% -
XYZ 40.33 21.08 39.97 -
YUV 111.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 229 40 170 0 0.83 0.26 0.10 318.73 0.78 0.53
Hex E5 28 AA 0 53 1A A 13F 4E 35
Octal 345 50 252 0 123 32 12 477 116 65
Binary 11100101 101000 10101010 0 1010011 11010 1010 100111111 1001110 110101

Color Harmonies of #E528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528AA

Black with #E528AA

Text Example


Text Example

White with #E528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528AA; }

 p { color: rgb(229,40,170); }

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

background-color css

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

 a { background-color: rgb(229,40,170); }

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

border-color css

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

 span { border-color: rgb(229,40,170); }

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