Shades of Razzle Dazzle Rose #E61FDF
Tints of Razzle Dazzle Rose #E61FDF
RGB
CMYK
RGB Variations
Color information
#E61FDF (or 0xE61FDF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1F and DF. RGB value is (230,31,223). Sum of RGB (Red+Green+Blue) = 230+31+223=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FDF is #19E020. Grayscale: #6F6F6F. Windows color (decimal): -1695777 or 14622694. OLE color: 14622694.
HSL color Cylindrical-coordinate representation of color #E61FDF: hue angle of 302.11º 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 #E61FDF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 223 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.10 |
| HSL | 302.11º | 0.8% | 0.51% | - |
| HSV(B) | 302.11º | 0.87% | 0.9% | - |
| XYZ | 46.44 | 23.13 | 71.83 | - |
| YUV | 112.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 223 | 0 | 0.87 | 0.03 | 0.10 | 302.11 | 0.8 | 0.51 |
| Hex | E6 | 1F | DF | 0 | 57 | 3 | A | 12E | 50 | 33 |
| Octal | 346 | 37 | 337 | 0 | 127 | 3 | 12 | 456 | 120 | 63 |
| Binary | 11100110 | 11111 | 11011111 | 0 | 1010111 | 11 | 1010 | 100101110 | 1010000 | 110011 |
Color Harmonies of #E61FDF
Complementary color
Monochromatic Colors of #E61FDF
Black with #E61FDF
Text Example
Text Example
White with #E61FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FDF; }
p { color: rgb(230,31,223); }
H1.HeaderClassName
{
color: #E61FDF;
}
.AnyTagClassName
{
color: #E61FDF;
}
</style>
background-color css
<style>
a { background-color: #E61FDF; }
a { background-color: rgb(230,31,223); }
div.DivClassName
{
background-color: #E61FDF;
}
.BgClassName
{
background-color: #E61FDF;
}
</style>
border-color css
<style>
span { border-color: #E61FDF; }
span { border-color: rgb(230,31,223); }
td.TdClassName
{
border-color: #E61FDF;
}
.TagClassName
{
border-color: #E61FDF;
}
</style>