Shades of Razzle Dazzle Rose #E921E6
Tints of Razzle Dazzle Rose #E921E6
RGB
CMYK
RGB Variations
Color information
#E921E6 (or 0xE921E6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 21 and E6. RGB value is (233,33,230). Sum of RGB (Red+Green+Blue) = 233+33+230=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E921E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921E6 is #16DE19. Grayscale: #727272. Windows color (decimal): -1498650 or 15081961. OLE color: 15081961.
HSL color Cylindrical-coordinate representation of color #E921E6: hue angle of 300.9º 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 #E921E6 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 230 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.09 |
| HSL | 300.9º | 0.82% | 0.52% | - |
| HSV(B) | 300.9º | 0.86% | 0.91% | - |
| XYZ | 48.43 | 24.12 | 76.97 | - |
| YUV | 115.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 230 | 0 | 0.86 | 0.01 | 0.09 | 300.9 | 0.82 | 0.52 |
| Hex | E9 | 21 | E6 | 0 | 56 | 1 | 9 | 12D | 52 | 34 |
| Octal | 351 | 41 | 346 | 0 | 126 | 1 | 11 | 455 | 122 | 64 |
| Binary | 11101001 | 100001 | 11100110 | 0 | 1010110 | 1 | 1001 | 100101101 | 1010010 | 110100 |
Color Harmonies of #E921E6
Complementary color
Monochromatic Colors of #E921E6
Black with #E921E6
Text Example
Text Example
White with #E921E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921E6; }
p { color: rgb(233,33,230); }
H1.HeaderClassName
{
color: #E921E6;
}
.AnyTagClassName
{
color: #E921E6;
}
</style>
background-color css
<style>
a { background-color: #E921E6; }
a { background-color: rgb(233,33,230); }
div.DivClassName
{
background-color: #E921E6;
}
.BgClassName
{
background-color: #E921E6;
}
</style>
border-color css
<style>
span { border-color: #E921E6; }
span { border-color: rgb(233,33,230); }
td.TdClassName
{
border-color: #E921E6;
}
.TagClassName
{
border-color: #E921E6;
}
</style>