Html Css Color HEX #E534AC Persian Rose

📋 copy color: '#E534AC'

red 229 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #E534AC

Tints of Persian Rose #E534AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 50.55%
G = 11.48%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E534AC (or 0xE534AC) is known color: Persian Rose. HEX triplet: E5, 34 and AC. RGB value is (229,52,172). Sum of RGB (Red+Green+Blue) = 229+52+172=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E534AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534AC is #1ACB53. Grayscale: #767676. Windows color (decimal): -1755988 or 11285733. OLE color: 11285733.

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

Color convert

RGB 229 52 172 -
CMYK 0 0.77 0.25 0.10
HSL 319.32º 0.77% 0.55% -
HSV(B) 319.32º 0.77% 0.9% -
XYZ 40.99 22.09 41.13 -
YUV 118.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 229 52 172 0 0.77 0.25 0.10 319.32 0.77 0.55
Hex E5 34 AC 0 4D 19 A 13F 4D 37
Octal 345 64 254 0 115 31 12 477 115 67
Binary 11100101 110100 10101100 0 1001101 11001 1010 100111111 1001101 110111

Color Harmonies of #E534AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534AC

Black with #E534AC

Text Example


Text Example

White with #E534AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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