Shades of Razzle Dazzle Rose #E921D0
Tints of Razzle Dazzle Rose #E921D0
RGB
CMYK
RGB Variations
Color information
#E921D0 (or 0xE921D0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 21 and D0. RGB value is (233,33,208). Sum of RGB (Red+Green+Blue) = 233+33+208=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E921D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921D0 is #16DE2F. Grayscale: #707070. Windows color (decimal): -1498672 or 13640169. OLE color: 13640169.
HSL color Cylindrical-coordinate representation of color #E921D0: hue angle of 307.5º degrees, saturation: 0.82, 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 #E921D0 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 208 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.09 |
| HSL | 307.5º | 0.82% | 0.52% | - |
| HSV(B) | 307.5º | 0.86% | 0.91% | - |
| XYZ | 45.53 | 22.97 | 61.71 | - |
| YUV | 112.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 208 | 0 | 0.86 | 0.11 | 0.09 | 307.5 | 0.82 | 0.52 |
| Hex | E9 | 21 | D0 | 0 | 56 | B | 9 | 134 | 52 | 34 |
| Octal | 351 | 41 | 320 | 0 | 126 | 13 | 11 | 464 | 122 | 64 |
| Binary | 11101001 | 100001 | 11010000 | 0 | 1010110 | 1011 | 1001 | 100110100 | 1010010 | 110100 |
Color Harmonies of #E921D0
Complementary color
Monochromatic Colors of #E921D0
Black with #E921D0
Text Example
Text Example
White with #E921D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921D0; }
p { color: rgb(233,33,208); }
H1.HeaderClassName
{
color: #E921D0;
}
.AnyTagClassName
{
color: #E921D0;
}
</style>
background-color css
<style>
a { background-color: #E921D0; }
a { background-color: rgb(233,33,208); }
div.DivClassName
{
background-color: #E921D0;
}
.BgClassName
{
background-color: #E921D0;
}
</style>
border-color css
<style>
span { border-color: #E921D0; }
span { border-color: rgb(233,33,208); }
td.TdClassName
{
border-color: #E921D0;
}
.TagClassName
{
border-color: #E921D0;
}
</style>