Html Css Color HEX #E52DAE Persian Rose

📋 copy color: '#E52DAE'

red 229 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #E52DAE

Tints of Persian Rose #E52DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.04%

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

R = 51.12%
G = 10.04%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E52DAE (or 0xE52DAE) is known color: Persian Rose. HEX triplet: E5, 2D and AE. RGB value is (229,45,174). Sum of RGB (Red+Green+Blue) = 229+45+174=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52DAE is #1AD251. Grayscale: #727272. Windows color (decimal): -1757778 or 11415013. OLE color: 11415013.

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

Color convert

RGB 229 45 174 -
CMYK 0 0.80 0.24 0.10
HSL 317.93º 0.78% 0.54% -
HSV(B) 317.93º 0.8% 0.9% -
XYZ 40.89 21.59 42.06 -
YUV 114.72 161.46 209.51 -
System Red Green Blue C M Y K H S L
Decimal 229 45 174 0 0.80 0.24 0.10 317.93 0.78 0.54
Hex E5 2D AE 0 50 18 A 13E 4E 36
Octal 345 55 256 0 120 30 12 476 116 66
Binary 11100101 101101 10101110 0 1010000 11000 1010 100111110 1001110 110110

Color Harmonies of #E52DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DAE

Black with #E52DAE

Text Example


Text Example

White with #E52DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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