Shades of Razzle Dazzle Rose #EE31DF
Tints of Razzle Dazzle Rose #EE31DF
RGB
CMYK
RGB Variations
Color information
#EE31DF (or 0xEE31DF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and DF. RGB value is (238,49,223). Sum of RGB (Red+Green+Blue) = 238+49+223=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31DF is #11CE20. Grayscale: #7C7C7C. Windows color (decimal): -1166881 or 14627310. OLE color: 14627310.
HSL color Cylindrical-coordinate representation of color #EE31DF: hue angle of 304.76º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31DF is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 223 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.07 |
| HSL | 304.76º | 0.85% | 0.56% | - |
| HSV(B) | 304.76º | 0.79% | 0.93% | - |
| XYZ | 49.68 | 25.7 | 72.15 | - |
| YUV | 125.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 223 | 0 | 0.79 | 0.06 | 0.07 | 304.76 | 0.85 | 0.56 |
| Hex | EE | 31 | DF | 0 | 4F | 6 | 7 | 131 | 55 | 38 |
| Octal | 356 | 61 | 337 | 0 | 117 | 6 | 7 | 461 | 125 | 70 |
| Binary | 11101110 | 110001 | 11011111 | 0 | 1001111 | 110 | 111 | 100110001 | 1010101 | 111000 |
Color Harmonies of #EE31DF
Complementary color
Monochromatic Colors of #EE31DF
Black with #EE31DF
Text Example
Text Example
White with #EE31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31DF; }
p { color: rgb(238,49,223); }
H1.HeaderClassName
{
color: #EE31DF;
}
.AnyTagClassName
{
color: #EE31DF;
}
</style>
background-color css
<style>
a { background-color: #EE31DF; }
a { background-color: rgb(238,49,223); }
div.DivClassName
{
background-color: #EE31DF;
}
.BgClassName
{
background-color: #EE31DF;
}
</style>
border-color css
<style>
span { border-color: #EE31DF; }
span { border-color: rgb(238,49,223); }
td.TdClassName
{
border-color: #EE31DF;
}
.TagClassName
{
border-color: #EE31DF;
}
</style>