Html Css Color HEX #E52DB9 Razzle Dazzle Rose

📋 copy color: '#E52DB9'

red 229 ◦ green 45 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E52DB9

Tints of Razzle Dazzle Rose #E52DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 49.89%
G = 9.8%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E52DB9 (or 0xE52DB9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and B9. RGB value is (229,45,185). Sum of RGB (Red+Green+Blue) = 229+45+185=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DB9 is #1AD246. Grayscale: #737373. Windows color (decimal): -1757767 or 12135909. OLE color: 12135909.

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

Color convert

RGB 229 45 185 -
CMYK 0 0.80 0.19 0.10
HSL 314.35º 0.78% 0.54% -
HSV(B) 314.35º 0.8% 0.9% -
XYZ 42.01 22.04 47.94 -
YUV 115.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 229 45 185 0 0.80 0.19 0.10 314.35 0.78 0.54
Hex E5 2D B9 0 50 13 A 13A 4E 36
Octal 345 55 271 0 120 23 12 472 116 66
Binary 11100101 101101 10111001 0 1010000 10011 1010 100111010 1001110 110110

Color Harmonies of #E52DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DB9

Black with #E52DB9

Text Example


Text Example

White with #E52DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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