Shades of Razzle Dazzle Rose #E920D6
Tints of Razzle Dazzle Rose #E920D6
RGB
CMYK
RGB Variations
Color information
#E920D6 (or 0xE920D6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 20 and D6. RGB value is (233,32,214). Sum of RGB (Red+Green+Blue) = 233+32+214=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E920D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920D6 is #16DF29. Grayscale: #707070. Windows color (decimal): -1498922 or 14033129. OLE color: 14033129.
HSL color Cylindrical-coordinate representation of color #E920D6: hue angle of 305.67º 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 #E920D6 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 214 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.09 |
| HSL | 305.67º | 0.82% | 0.52% | - |
| HSV(B) | 305.67º | 0.86% | 0.91% | - |
| XYZ | 46.26 | 23.21 | 65.66 | - |
| YUV | 112.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 214 | 0 | 0.86 | 0.08 | 0.09 | 305.67 | 0.82 | 0.52 |
| Hex | E9 | 20 | D6 | 0 | 56 | 8 | 9 | 132 | 52 | 34 |
| Octal | 351 | 40 | 326 | 0 | 126 | 10 | 11 | 462 | 122 | 64 |
| Binary | 11101001 | 100000 | 11010110 | 0 | 1010110 | 1000 | 1001 | 100110010 | 1010010 | 110100 |
Color Harmonies of #E920D6
Complementary color
Monochromatic Colors of #E920D6
Black with #E920D6
Text Example
Text Example
White with #E920D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920D6; }
p { color: rgb(233,32,214); }
H1.HeaderClassName
{
color: #E920D6;
}
.AnyTagClassName
{
color: #E920D6;
}
</style>
background-color css
<style>
a { background-color: #E920D6; }
a { background-color: rgb(233,32,214); }
div.DivClassName
{
background-color: #E920D6;
}
.BgClassName
{
background-color: #E920D6;
}
</style>
border-color css
<style>
span { border-color: #E920D6; }
span { border-color: rgb(233,32,214); }
td.TdClassName
{
border-color: #E920D6;
}
.TagClassName
{
border-color: #E920D6;
}
</style>