Html Css Color HEX #E535A9 Persian Rose

📋 copy color: '#E535A9'

red 229 ◦ green 53 ◦ blue 169

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

Shades of Persian Rose #E535A9

Tints of Persian Rose #E535A9

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.75%

 BLUE value IS 169 (66.41% from 255) = 37.47%

R = 50.78%
G = 11.75%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E535A9 (or 0xE535A9) is known color: Persian Rose. HEX triplet: E5, 35 and A9. RGB value is (229,53,169). Sum of RGB (Red+Green+Blue) = 229+53+169=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E535A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535A9 is #1ACA56. Grayscale: #767676. Windows color (decimal): -1755735 or 11089381. OLE color: 11089381.

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

Color convert

RGB 229 53 169 -
CMYK 0 0.77 0.26 0.10
HSL 320.45º 0.77% 0.55% -
HSV(B) 320.45º 0.77% 0.9% -
XYZ 40.75 22.07 39.65 -
YUV 118.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 229 53 169 0 0.77 0.26 0.10 320.45 0.77 0.55
Hex E5 35 A9 0 4D 1A A 140 4D 37
Octal 345 65 251 0 115 32 12 500 115 67
Binary 11100101 110101 10101001 0 1001101 11010 1010 101000000 1001101 110111

Color Harmonies of #E535A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535A9

Black with #E535A9

Text Example


Text Example

White with #E535A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535A9; }

 p { color: rgb(229,53,169); }

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

background-color css

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

 a { background-color: rgb(229,53,169); }

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

border-color css

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

 span { border-color: rgb(229,53,169); }

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