Shades of Razzle Dazzle Rose #E81EDA
Tints of Razzle Dazzle Rose #E81EDA
RGB
CMYK
RGB Variations
Color information
#E81EDA (or 0xE81EDA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 1E and DA. RGB value is (232,30,218). Sum of RGB (Red+Green+Blue) = 232+30+218=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E81EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81EDA is #17E125. Grayscale: #6F6F6F. Windows color (decimal): -1564966 or 14294760. OLE color: 14294760.
HSL color Cylindrical-coordinate representation of color #E81EDA: hue angle of 304.16º 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 #E81EDA is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 218 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.09 |
| HSL | 304.16º | 0.81% | 0.51% | - |
| HSV(B) | 304.16º | 0.87% | 0.91% | - |
| XYZ | 46.4 | 23.15 | 68.35 | - |
| YUV | 111.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 218 | 0 | 0.87 | 0.06 | 0.09 | 304.16 | 0.81 | 0.51 |
| Hex | E8 | 1E | DA | 0 | 57 | 6 | 9 | 130 | 51 | 33 |
| Octal | 350 | 36 | 332 | 0 | 127 | 6 | 11 | 460 | 121 | 63 |
| Binary | 11101000 | 11110 | 11011010 | 0 | 1010111 | 110 | 1001 | 100110000 | 1010001 | 110011 |
Color Harmonies of #E81EDA
Complementary color
Monochromatic Colors of #E81EDA
Black with #E81EDA
Text Example
Text Example
White with #E81EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EDA; }
p { color: rgb(232,30,218); }
H1.HeaderClassName
{
color: #E81EDA;
}
.AnyTagClassName
{
color: #E81EDA;
}
</style>
background-color css
<style>
a { background-color: #E81EDA; }
a { background-color: rgb(232,30,218); }
div.DivClassName
{
background-color: #E81EDA;
}
.BgClassName
{
background-color: #E81EDA;
}
</style>
border-color css
<style>
span { border-color: #E81EDA; }
span { border-color: rgb(232,30,218); }
td.TdClassName
{
border-color: #E81EDA;
}
.TagClassName
{
border-color: #E81EDA;
}
</style>