Html Css Color HEX #E526AA Persian Rose

📋 copy color: '#E526AA'

red 229 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #E526AA

Tints of Persian Rose #E526AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.7%

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

R = 52.4%
G = 8.7%
B = 38.9%

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

#E526AA (or 0xE526AA) is known color: Persian Rose. HEX triplet: E5, 26 and AA. RGB value is (229,38,170). Sum of RGB (Red+Green+Blue) = 229+38+170=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E526AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E526AA is #1AD955. Grayscale: #6D6D6D. Windows color (decimal): -1759574 or 11151077. OLE color: 11151077.

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

Color convert

RGB 229 38 170 -
CMYK 0 0.83 0.26 0.10
HSL 318.53º 0.79% 0.52% -
HSV(B) 318.53º 0.83% 0.9% -
XYZ 40.26 20.95 39.95 -
YUV 110.16 161.78 212.77 -
System Red Green Blue C M Y K H S L
Decimal 229 38 170 0 0.83 0.26 0.10 318.53 0.79 0.52
Hex E5 26 AA 0 53 1A A 13F 4F 34
Octal 345 46 252 0 123 32 12 477 117 64
Binary 11100101 100110 10101010 0 1010011 11010 1010 100111111 1001111 110100

Color Harmonies of #E526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526AA

Black with #E526AA

Text Example


Text Example

White with #E526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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