Html Css Color HEX #E52DAF Persian Rose

📋 copy color: '#E52DAF'

red 229 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #E52DAF

Tints of Persian Rose #E52DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 51%
G = 10.02%
B = 38.98%

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

#E52DAF (or 0xE52DAF) is known color: Persian Rose. HEX triplet: E5, 2D and AF. RGB value is (229,45,175). Sum of RGB (Red+Green+Blue) = 229+45+175=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52DAF is #1AD250. Grayscale: #727272. Windows color (decimal): -1757777 or 11480549. OLE color: 11480549.

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

Color convert

RGB 229 45 175 -
CMYK 0 0.80 0.24 0.10
HSL 317.61º 0.78% 0.54% -
HSV(B) 317.61º 0.8% 0.9% -
XYZ 40.99 21.63 42.57 -
YUV 114.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 229 45 175 0 0.80 0.24 0.10 317.61 0.78 0.54
Hex E5 2D AF 0 50 18 A 13E 4E 36
Octal 345 55 257 0 120 30 12 476 116 66
Binary 11100101 101101 10101111 0 1010000 11000 1010 100111110 1001110 110110

Color Harmonies of #E52DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DAF

Black with #E52DAF

Text Example


Text Example

White with #E52DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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