Shades of Razzle Dazzle Rose #E528DF
Tints of Razzle Dazzle Rose #E528DF
RGB
CMYK
RGB Variations
Color information
#E528DF (or 0xE528DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and DF. RGB value is (229,40,223). Sum of RGB (Red+Green+Blue) = 229+40+223=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E528DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528DF is #1AD720. Grayscale: #747474. Windows color (decimal): -1759009 or 14624997. OLE color: 14624997.
HSL color Cylindrical-coordinate representation of color #E528DF: hue angle of 301.9º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E528DF is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 223 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.10 |
| HSL | 301.9º | 0.78% | 0.53% | - |
| HSV(B) | 301.9º | 0.83% | 0.9% | - |
| XYZ | 46.39 | 23.5 | 71.9 | - |
| YUV | 117.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 223 | 0 | 0.83 | 0.03 | 0.10 | 301.9 | 0.78 | 0.53 |
| Hex | E5 | 28 | DF | 0 | 53 | 3 | A | 12E | 4E | 35 |
| Octal | 345 | 50 | 337 | 0 | 123 | 3 | 12 | 456 | 116 | 65 |
| Binary | 11100101 | 101000 | 11011111 | 0 | 1010011 | 11 | 1010 | 100101110 | 1001110 | 110101 |
Color Harmonies of #E528DF
Complementary color
Monochromatic Colors of #E528DF
Black with #E528DF
Text Example
Text Example
White with #E528DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528DF; }
p { color: rgb(229,40,223); }
H1.HeaderClassName
{
color: #E528DF;
}
.AnyTagClassName
{
color: #E528DF;
}
</style>
background-color css
<style>
a { background-color: #E528DF; }
a { background-color: rgb(229,40,223); }
div.DivClassName
{
background-color: #E528DF;
}
.BgClassName
{
background-color: #E528DF;
}
</style>
border-color css
<style>
span { border-color: #E528DF; }
span { border-color: rgb(229,40,223); }
td.TdClassName
{
border-color: #E528DF;
}
.TagClassName
{
border-color: #E528DF;
}
</style>