Shades of Razzle Dazzle Rose #E81ED9
Tints of Razzle Dazzle Rose #E81ED9
RGB
CMYK
RGB Variations
Color information
#E81ED9 (or 0xE81ED9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 1E and D9. RGB value is (232,30,217). Sum of RGB (Red+Green+Blue) = 232+30+217=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E81ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81ED9 is #17E126. Grayscale: #6F6F6F. Windows color (decimal): -1564967 or 14229224. OLE color: 14229224.
HSL color Cylindrical-coordinate representation of color #E81ED9: hue angle of 304.46º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81ED9 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 217 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.09 |
| HSL | 304.46º | 0.81% | 0.51% | - |
| HSV(B) | 304.46º | 0.87% | 0.91% | - |
| XYZ | 46.27 | 23.09 | 67.66 | - |
| YUV | 111.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 217 | 0 | 0.87 | 0.06 | 0.09 | 304.46 | 0.81 | 0.51 |
| Hex | E8 | 1E | D9 | 0 | 57 | 6 | 9 | 130 | 51 | 33 |
| Octal | 350 | 36 | 331 | 0 | 127 | 6 | 11 | 460 | 121 | 63 |
| Binary | 11101000 | 11110 | 11011001 | 0 | 1010111 | 110 | 1001 | 100110000 | 1010001 | 110011 |
Color Harmonies of #E81ED9
Complementary color
Monochromatic Colors of #E81ED9
Black with #E81ED9
Text Example
Text Example
White with #E81ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81ED9; }
p { color: rgb(232,30,217); }
H1.HeaderClassName
{
color: #E81ED9;
}
.AnyTagClassName
{
color: #E81ED9;
}
</style>
background-color css
<style>
a { background-color: #E81ED9; }
a { background-color: rgb(232,30,217); }
div.DivClassName
{
background-color: #E81ED9;
}
.BgClassName
{
background-color: #E81ED9;
}
</style>
border-color css
<style>
span { border-color: #E81ED9; }
span { border-color: rgb(232,30,217); }
td.TdClassName
{
border-color: #E81ED9;
}
.TagClassName
{
border-color: #E81ED9;
}
</style>