Html Css Color HEX #E535AE Persian Rose

📋 copy color: '#E535AE'

red 229 ◦ green 53 ◦ blue 174

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

Shades of Persian Rose #E535AE

Tints of Persian Rose #E535AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 50.22%
G = 11.62%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E535AE (or 0xE535AE) is known color: Persian Rose. HEX triplet: E5, 35 and AE. RGB value is (229,53,174). Sum of RGB (Red+Green+Blue) = 229+53+174=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E535AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535AE is #1ACA51. Grayscale: #777777. Windows color (decimal): -1755730 or 11417061. OLE color: 11417061.

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

Color convert

RGB 229 53 174 -
CMYK 0 0.77 0.24 0.10
HSL 318.75º 0.77% 0.55% -
HSV(B) 318.75º 0.77% 0.9% -
XYZ 41.23 22.26 42.17 -
YUV 119.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 229 53 174 0 0.77 0.24 0.10 318.75 0.77 0.55
Hex E5 35 AE 0 4D 18 A 13F 4D 37
Octal 345 65 256 0 115 30 12 477 115 67
Binary 11100101 110101 10101110 0 1001101 11000 1010 100111111 1001101 110111

Color Harmonies of #E535AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535AE

Black with #E535AE

Text Example


Text Example

White with #E535AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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