Shades of Razzle Dazzle Rose #E529D5
Tints of Razzle Dazzle Rose #E529D5
RGB
CMYK
RGB Variations
Color information
#E529D5 (or 0xE529D5) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and D5. RGB value is (229,41,213). Sum of RGB (Red+Green+Blue) = 229+41+213=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E529D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529D5 is #1AD62A. Grayscale: #747474. Windows color (decimal): -1758763 or 13969893. OLE color: 13969893.
HSL color Cylindrical-coordinate representation of color #E529D5: hue angle of 305.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529D5 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 213 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.10 |
| HSL | 305.11º | 0.78% | 0.53% | - |
| HSV(B) | 305.11º | 0.82% | 0.9% | - |
| XYZ | 45.12 | 23.05 | 65.02 | - |
| YUV | 116.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 213 | 0 | 0.82 | 0.07 | 0.10 | 305.11 | 0.78 | 0.53 |
| Hex | E5 | 29 | D5 | 0 | 52 | 7 | A | 131 | 4E | 35 |
| Octal | 345 | 51 | 325 | 0 | 122 | 7 | 12 | 461 | 116 | 65 |
| Binary | 11100101 | 101001 | 11010101 | 0 | 1010010 | 111 | 1010 | 100110001 | 1001110 | 110101 |
Color Harmonies of #E529D5
Complementary color
Monochromatic Colors of #E529D5
Black with #E529D5
Text Example
Text Example
White with #E529D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529D5; }
p { color: rgb(229,41,213); }
H1.HeaderClassName
{
color: #E529D5;
}
.AnyTagClassName
{
color: #E529D5;
}
</style>
background-color css
<style>
a { background-color: #E529D5; }
a { background-color: rgb(229,41,213); }
div.DivClassName
{
background-color: #E529D5;
}
.BgClassName
{
background-color: #E529D5;
}
</style>
border-color css
<style>
span { border-color: #E529D5; }
span { border-color: rgb(229,41,213); }
td.TdClassName
{
border-color: #E529D5;
}
.TagClassName
{
border-color: #E529D5;
}
</style>