Shades of Razzle Dazzle Rose #E927DD
Tints of Razzle Dazzle Rose #E927DD
RGB
CMYK
RGB Variations
Color information
#E927DD (or 0xE927DD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 27 and DD. RGB value is (233,39,221). Sum of RGB (Red+Green+Blue) = 233+39+221=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E927DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E927DD is #16D822. Grayscale: #757575. Windows color (decimal): -1497123 or 14493673. OLE color: 14493673.
HSL color Cylindrical-coordinate representation of color #E927DD: hue angle of 303.71º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E927DD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 221 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.09 |
| HSL | 303.71º | 0.82% | 0.53% | - |
| HSV(B) | 303.71º | 0.83% | 0.91% | - |
| XYZ | 47.38 | 24 | 70.54 | - |
| YUV | 117.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 221 | 0 | 0.83 | 0.05 | 0.09 | 303.71 | 0.82 | 0.53 |
| Hex | E9 | 27 | DD | 0 | 53 | 5 | 9 | 130 | 52 | 35 |
| Octal | 351 | 47 | 335 | 0 | 123 | 5 | 11 | 460 | 122 | 65 |
| Binary | 11101001 | 100111 | 11011101 | 0 | 1010011 | 101 | 1001 | 100110000 | 1010010 | 110101 |
Color Harmonies of #E927DD
Complementary color
Monochromatic Colors of #E927DD
Black with #E927DD
Text Example
Text Example
White with #E927DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927DD; }
p { color: rgb(233,39,221); }
H1.HeaderClassName
{
color: #E927DD;
}
.AnyTagClassName
{
color: #E927DD;
}
</style>
background-color css
<style>
a { background-color: #E927DD; }
a { background-color: rgb(233,39,221); }
div.DivClassName
{
background-color: #E927DD;
}
.BgClassName
{
background-color: #E927DD;
}
</style>
border-color css
<style>
span { border-color: #E927DD; }
span { border-color: rgb(233,39,221); }
td.TdClassName
{
border-color: #E927DD;
}
.TagClassName
{
border-color: #E927DD;
}
</style>