Shades of Razzle Dazzle Rose #E532D5
Tints of Razzle Dazzle Rose #E532D5
RGB
CMYK
RGB Variations
Color information
#E532D5 (or 0xE532D5) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and D5. RGB value is (229,50,213). Sum of RGB (Red+Green+Blue) = 229+50+213=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E532D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532D5 is #1ACD2A. Grayscale: #797979. Windows color (decimal): -1756459 or 13972197. OLE color: 13972197.
HSL color Cylindrical-coordinate representation of color #E532D5: hue angle of 305.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E532D5 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 213 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.10 |
| HSL | 305.36º | 0.77% | 0.55% | - |
| HSV(B) | 305.36º | 0.78% | 0.9% | - |
| XYZ | 45.46 | 23.74 | 65.14 | - |
| YUV | 122.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 213 | 0 | 0.78 | 0.07 | 0.10 | 305.36 | 0.77 | 0.55 |
| Hex | E5 | 32 | D5 | 0 | 4E | 7 | A | 131 | 4D | 37 |
| Octal | 345 | 62 | 325 | 0 | 116 | 7 | 12 | 461 | 115 | 67 |
| Binary | 11100101 | 110010 | 11010101 | 0 | 1001110 | 111 | 1010 | 100110001 | 1001101 | 110111 |
Color Harmonies of #E532D5
Complementary color
Monochromatic Colors of #E532D5
Black with #E532D5
Text Example
Text Example
White with #E532D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E532D5; }
p { color: rgb(229,50,213); }
H1.HeaderClassName
{
color: #E532D5;
}
.AnyTagClassName
{
color: #E532D5;
}
</style>
background-color css
<style>
a { background-color: #E532D5; }
a { background-color: rgb(229,50,213); }
div.DivClassName
{
background-color: #E532D5;
}
.BgClassName
{
background-color: #E532D5;
}
</style>
border-color css
<style>
span { border-color: #E532D5; }
span { border-color: rgb(229,50,213); }
td.TdClassName
{
border-color: #E532D5;
}
.TagClassName
{
border-color: #E532D5;
}
</style>