Shades of Razzle Dazzle Rose #E61EDA
Tints of Razzle Dazzle Rose #E61EDA
RGB
CMYK
RGB Variations
Color information
#E61EDA (or 0xE61EDA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1E and DA. RGB value is (230,30,218). Sum of RGB (Red+Green+Blue) = 230+30+218=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EDA is #19E125. Grayscale: #6E6E6E. Windows color (decimal): -1696038 or 14294758. OLE color: 14294758.
HSL color Cylindrical-coordinate representation of color #E61EDA: hue angle of 303.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61EDA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 218 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.10 |
| HSL | 303.6º | 0.8% | 0.51% | - |
| HSV(B) | 303.6º | 0.87% | 0.9% | - |
| XYZ | 45.75 | 22.81 | 68.32 | - |
| YUV | 111.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 218 | 0 | 0.87 | 0.05 | 0.10 | 303.6 | 0.8 | 0.51 |
| Hex | E6 | 1E | DA | 0 | 57 | 5 | A | 130 | 50 | 33 |
| Octal | 346 | 36 | 332 | 0 | 127 | 5 | 12 | 460 | 120 | 63 |
| Binary | 11100110 | 11110 | 11011010 | 0 | 1010111 | 101 | 1010 | 100110000 | 1010000 | 110011 |
Color Harmonies of #E61EDA
Complementary color
Monochromatic Colors of #E61EDA
Black with #E61EDA
Text Example
Text Example
White with #E61EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EDA; }
p { color: rgb(230,30,218); }
H1.HeaderClassName
{
color: #E61EDA;
}
.AnyTagClassName
{
color: #E61EDA;
}
</style>
background-color css
<style>
a { background-color: #E61EDA; }
a { background-color: rgb(230,30,218); }
div.DivClassName
{
background-color: #E61EDA;
}
.BgClassName
{
background-color: #E61EDA;
}
</style>
border-color css
<style>
span { border-color: #E61EDA; }
span { border-color: rgb(230,30,218); }
td.TdClassName
{
border-color: #E61EDA;
}
.TagClassName
{
border-color: #E61EDA;
}
</style>