Shades of Razzle Dazzle Rose #E921E3
Tints of Razzle Dazzle Rose #E921E3
RGB
CMYK
RGB Variations
Color information
#E921E3 (or 0xE921E3) is known color: Razzle Dazzle Rose. HEX triplet: E9, 21 and E3. RGB value is (233,33,227). Sum of RGB (Red+Green+Blue) = 233+33+227=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E921E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921E3 is #16DE1C. Grayscale: #727272. Windows color (decimal): -1498653 or 14885353. OLE color: 14885353.
HSL color Cylindrical-coordinate representation of color #E921E3: hue angle of 301.8º 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 #E921E3 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 227 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.09 |
| HSL | 301.8º | 0.82% | 0.52% | - |
| HSV(B) | 301.8º | 0.86% | 0.91% | - |
| XYZ | 48.01 | 23.96 | 74.77 | - |
| YUV | 114.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 227 | 0 | 0.86 | 0.03 | 0.09 | 301.8 | 0.82 | 0.52 |
| Hex | E9 | 21 | E3 | 0 | 56 | 3 | 9 | 12E | 52 | 34 |
| Octal | 351 | 41 | 343 | 0 | 126 | 3 | 11 | 456 | 122 | 64 |
| Binary | 11101001 | 100001 | 11100011 | 0 | 1010110 | 11 | 1001 | 100101110 | 1010010 | 110100 |
Color Harmonies of #E921E3
Complementary color
Monochromatic Colors of #E921E3
Black with #E921E3
Text Example
Text Example
White with #E921E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921E3; }
p { color: rgb(233,33,227); }
H1.HeaderClassName
{
color: #E921E3;
}
.AnyTagClassName
{
color: #E921E3;
}
</style>
background-color css
<style>
a { background-color: #E921E3; }
a { background-color: rgb(233,33,227); }
div.DivClassName
{
background-color: #E921E3;
}
.BgClassName
{
background-color: #E921E3;
}
</style>
border-color css
<style>
span { border-color: #E921E3; }
span { border-color: rgb(233,33,227); }
td.TdClassName
{
border-color: #E921E3;
}
.TagClassName
{
border-color: #E921E3;
}
</style>