Shades of Razzle Dazzle Rose #E61EE0
Tints of Razzle Dazzle Rose #E61EE0
RGB
CMYK
RGB Variations
Color information
#E61EE0 (or 0xE61EE0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1E and E0. RGB value is (230,30,224). Sum of RGB (Red+Green+Blue) = 230+30+224=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EE0 is #19E11F. Grayscale: #6F6F6F. Windows color (decimal): -1696032 or 14687974. OLE color: 14687974.
HSL color Cylindrical-coordinate representation of color #E61EE0: hue angle of 301.8º 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 #E61EE0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 224 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.10 |
| HSL | 301.8º | 0.8% | 0.51% | - |
| HSV(B) | 301.8º | 0.87% | 0.9% | - |
| XYZ | 46.55 | 23.13 | 72.53 | - |
| YUV | 111.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 224 | 0 | 0.87 | 0.03 | 0.10 | 301.8 | 0.8 | 0.51 |
| Hex | E6 | 1E | E0 | 0 | 57 | 3 | A | 12E | 50 | 33 |
| Octal | 346 | 36 | 340 | 0 | 127 | 3 | 12 | 456 | 120 | 63 |
| Binary | 11100110 | 11110 | 11100000 | 0 | 1010111 | 11 | 1010 | 100101110 | 1010000 | 110011 |
Color Harmonies of #E61EE0
Complementary color
Monochromatic Colors of #E61EE0
Black with #E61EE0
Text Example
Text Example
White with #E61EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EE0; }
p { color: rgb(230,30,224); }
H1.HeaderClassName
{
color: #E61EE0;
}
.AnyTagClassName
{
color: #E61EE0;
}
</style>
background-color css
<style>
a { background-color: #E61EE0; }
a { background-color: rgb(230,30,224); }
div.DivClassName
{
background-color: #E61EE0;
}
.BgClassName
{
background-color: #E61EE0;
}
</style>
border-color css
<style>
span { border-color: #E61EE0; }
span { border-color: rgb(230,30,224); }
td.TdClassName
{
border-color: #E61EE0;
}
.TagClassName
{
border-color: #E61EE0;
}
</style>