Html Css Color HEX #E52EAC Persian Rose

📋 copy color: '#E52EAC'

red 229 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E52EAC

Tints of Persian Rose #E52EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.29%

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

R = 51.23%
G = 10.29%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E52EAC (or 0xE52EAC) is known color: Persian Rose. HEX triplet: E5, 2E and AC. RGB value is (229,46,172). Sum of RGB (Red+Green+Blue) = 229+46+172=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EAC is #1AD153. Grayscale: #727272. Windows color (decimal): -1757524 or 11284197. OLE color: 11284197.

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

Color convert

RGB 229 46 172 -
CMYK 0 0.80 0.25 0.10
HSL 318.69º 0.78% 0.54% -
HSV(B) 318.69º 0.8% 0.9% -
XYZ 40.74 21.59 41.05 -
YUV 115.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 229 46 172 0 0.80 0.25 0.10 318.69 0.78 0.54
Hex E5 2E AC 0 50 19 A 13F 4E 36
Octal 345 56 254 0 120 31 12 477 116 66
Binary 11100101 101110 10101100 0 1010000 11001 1010 100111111 1001110 110110

Color Harmonies of #E52EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EAC

Black with #E52EAC

Text Example


Text Example

White with #E52EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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