Shades of Razzle Dazzle Rose #E721DF
Tints of Razzle Dazzle Rose #E721DF
RGB
CMYK
RGB Variations
Color information
#E721DF (or 0xE721DF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and DF. RGB value is (231,33,223). Sum of RGB (Red+Green+Blue) = 231+33+223=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E721DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721DF is #18DE20. Grayscale: #717171. Windows color (decimal): -1629729 or 14623207. OLE color: 14623207.
HSL color Cylindrical-coordinate representation of color #E721DF: hue angle of 302.42º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721DF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 223 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.09 |
| HSL | 302.42º | 0.8% | 0.52% | - |
| HSV(B) | 302.42º | 0.86% | 0.91% | - |
| XYZ | 46.82 | 23.4 | 71.86 | - |
| YUV | 113.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 223 | 0 | 0.86 | 0.03 | 0.09 | 302.42 | 0.8 | 0.52 |
| Hex | E7 | 21 | DF | 0 | 56 | 3 | 9 | 12E | 50 | 34 |
| Octal | 347 | 41 | 337 | 0 | 126 | 3 | 11 | 456 | 120 | 64 |
| Binary | 11100111 | 100001 | 11011111 | 0 | 1010110 | 11 | 1001 | 100101110 | 1010000 | 110100 |
Color Harmonies of #E721DF
Complementary color
Monochromatic Colors of #E721DF
Black with #E721DF
Text Example
Text Example
White with #E721DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721DF; }
p { color: rgb(231,33,223); }
H1.HeaderClassName
{
color: #E721DF;
}
.AnyTagClassName
{
color: #E721DF;
}
</style>
background-color css
<style>
a { background-color: #E721DF; }
a { background-color: rgb(231,33,223); }
div.DivClassName
{
background-color: #E721DF;
}
.BgClassName
{
background-color: #E721DF;
}
</style>
border-color css
<style>
span { border-color: #E721DF; }
span { border-color: rgb(231,33,223); }
td.TdClassName
{
border-color: #E721DF;
}
.TagClassName
{
border-color: #E721DF;
}
</style>