Html Css Color HEX #E52CAC Persian Rose

📋 copy color: '#E52CAC'

red 229 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #E52CAC

Tints of Persian Rose #E52CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.89%

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

R = 51.46%
G = 9.89%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E52CAC (or 0xE52CAC) is known color: Persian Rose. HEX triplet: E5, 2C and AC. RGB value is (229,44,172). Sum of RGB (Red+Green+Blue) = 229+44+172=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CAC is #1AD353. Grayscale: #717171. Windows color (decimal): -1758036 or 11283685. OLE color: 11283685.

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

Color convert

RGB 229 44 172 -
CMYK 0 0.81 0.25 0.10
HSL 318.49º 0.78% 0.54% -
HSV(B) 318.49º 0.81% 0.9% -
XYZ 40.66 21.44 41.02 -
YUV 113.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 229 44 172 0 0.81 0.25 0.10 318.49 0.78 0.54
Hex E5 2C AC 0 51 19 A 13E 4E 36
Octal 345 54 254 0 121 31 12 476 116 66
Binary 11100101 101100 10101100 0 1010001 11001 1010 100111110 1001110 110110

Color Harmonies of #E52CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CAC

Black with #E52CAC

Text Example


Text Example

White with #E52CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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