Html Css Color HEX #E52DB0 Persian Rose

📋 copy color: '#E52DB0'

red 229 ◦ green 45 ◦ blue 176

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

Shades of Persian Rose #E52DB0

Tints of Persian Rose #E52DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 50.89%
G = 10%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E52DB0 (or 0xE52DB0) is known color: Persian Rose. HEX triplet: E5, 2D and B0. RGB value is (229,45,176). Sum of RGB (Red+Green+Blue) = 229+45+176=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52DB0 is #1AD24F. Grayscale: #727272. Windows color (decimal): -1757776 or 11546085. OLE color: 11546085.

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

Color convert

RGB 229 45 176 -
CMYK 0 0.80 0.23 0.10
HSL 317.28º 0.78% 0.54% -
HSV(B) 317.28º 0.8% 0.9% -
XYZ 41.09 21.67 43.09 -
YUV 114.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 229 45 176 0 0.80 0.23 0.10 317.28 0.78 0.54
Hex E5 2D B0 0 50 17 A 13D 4E 36
Octal 345 55 260 0 120 27 12 475 116 66
Binary 11100101 101101 10110000 0 1010000 10111 1010 100111101 1001110 110110

Color Harmonies of #E52DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DB0

Black with #E52DB0

Text Example


Text Example

White with #E52DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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