Html Css Color HEX #E532AC Persian Rose

📋 copy color: '#E532AC'

red 229 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #E532AC

Tints of Persian Rose #E532AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.09%

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

R = 50.78%
G = 11.09%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E532AC (or 0xE532AC) is known color: Persian Rose. HEX triplet: E5, 32 and AC. RGB value is (229,50,172). Sum of RGB (Red+Green+Blue) = 229+50+172=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E532AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E532AC is #1ACD53. Grayscale: #757575. Windows color (decimal): -1756500 or 11285221. OLE color: 11285221.

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

Color convert

RGB 229 50 172 -
CMYK 0 0.78 0.25 0.10
HSL 319.11º 0.77% 0.55% -
HSV(B) 319.11º 0.78% 0.9% -
XYZ 40.9 21.92 41.1 -
YUV 117.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 229 50 172 0 0.78 0.25 0.10 319.11 0.77 0.55
Hex E5 32 AC 0 4E 19 A 13F 4D 37
Octal 345 62 254 0 116 31 12 477 115 67
Binary 11100101 110010 10101100 0 1001110 11001 1010 100111111 1001101 110111

Color Harmonies of #E532AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532AC

Black with #E532AC

Text Example


Text Example

White with #E532AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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