Shades of Razzle Dazzle Rose #E920D4
Tints of Razzle Dazzle Rose #E920D4
RGB
CMYK
RGB Variations
Color information
#E920D4 (or 0xE920D4) is known color: Razzle Dazzle Rose. HEX triplet: E9, 20 and D4. RGB value is (233,32,212). Sum of RGB (Red+Green+Blue) = 233+32+212=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E920D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920D4 is #16DF2B. Grayscale: #707070. Windows color (decimal): -1498924 or 13902057. OLE color: 13902057.
HSL color Cylindrical-coordinate representation of color #E920D4: hue angle of 306.27º 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 #E920D4 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 212 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.09 |
| HSL | 306.27º | 0.82% | 0.52% | - |
| HSV(B) | 306.27º | 0.86% | 0.91% | - |
| XYZ | 46 | 23.11 | 64.32 | - |
| YUV | 112.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 212 | 0 | 0.86 | 0.09 | 0.09 | 306.27 | 0.82 | 0.52 |
| Hex | E9 | 20 | D4 | 0 | 56 | 9 | 9 | 132 | 52 | 34 |
| Octal | 351 | 40 | 324 | 0 | 126 | 11 | 11 | 462 | 122 | 64 |
| Binary | 11101001 | 100000 | 11010100 | 0 | 1010110 | 1001 | 1001 | 100110010 | 1010010 | 110100 |
Color Harmonies of #E920D4
Complementary color
Monochromatic Colors of #E920D4
Black with #E920D4
Text Example
Text Example
White with #E920D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920D4; }
p { color: rgb(233,32,212); }
H1.HeaderClassName
{
color: #E920D4;
}
.AnyTagClassName
{
color: #E920D4;
}
</style>
background-color css
<style>
a { background-color: #E920D4; }
a { background-color: rgb(233,32,212); }
div.DivClassName
{
background-color: #E920D4;
}
.BgClassName
{
background-color: #E920D4;
}
</style>
border-color css
<style>
span { border-color: #E920D4; }
span { border-color: rgb(233,32,212); }
td.TdClassName
{
border-color: #E920D4;
}
.TagClassName
{
border-color: #E920D4;
}
</style>