Html Css Color HEX #E534AE Persian Rose

📋 copy color: '#E534AE'

red 229 ◦ green 52 ◦ blue 174

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

Shades of Persian Rose #E534AE

Tints of Persian Rose #E534AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.43%

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

R = 50.33%
G = 11.43%
B = 38.24%

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

#E534AE (or 0xE534AE) is known color: Persian Rose. HEX triplet: E5, 34 and AE. RGB value is (229,52,174). Sum of RGB (Red+Green+Blue) = 229+52+174=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E534AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534AE is #1ACB51. Grayscale: #767676. Windows color (decimal): -1755986 or 11416805. OLE color: 11416805.

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

Color convert

RGB 229 52 174 -
CMYK 0 0.77 0.24 0.10
HSL 318.64º 0.77% 0.55% -
HSV(B) 318.64º 0.77% 0.9% -
XYZ 41.18 22.17 42.15 -
YUV 118.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 229 52 174 0 0.77 0.24 0.10 318.64 0.77 0.55
Hex E5 34 AE 0 4D 18 A 13F 4D 37
Octal 345 64 256 0 115 30 12 477 115 67
Binary 11100101 110100 10101110 0 1001101 11000 1010 100111111 1001101 110111

Color Harmonies of #E534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534AE

Black with #E534AE

Text Example


Text Example

White with #E534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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