Shades of Razzle Dazzle Rose #ED31DF
Tints of Razzle Dazzle Rose #ED31DF
RGB
CMYK
RGB Variations
Color information
#ED31DF (or 0xED31DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and DF. RGB value is (237,49,223). Sum of RGB (Red+Green+Blue) = 237+49+223=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED31DF is #12CE20. Grayscale: #7C7C7C. Windows color (decimal): -1232417 or 14627309. OLE color: 14627309.
HSL color Cylindrical-coordinate representation of color #ED31DF: hue angle of 304.47º degrees, saturation: 0.84, 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 #ED31DF is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 223 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.07 |
| HSL | 304.47º | 0.84% | 0.56% | - |
| HSV(B) | 304.47º | 0.79% | 0.93% | - |
| XYZ | 49.34 | 25.53 | 72.14 | - |
| YUV | 125.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 223 | 0 | 0.79 | 0.06 | 0.07 | 304.47 | 0.84 | 0.56 |
| Hex | ED | 31 | DF | 0 | 4F | 6 | 7 | 130 | 54 | 38 |
| Octal | 355 | 61 | 337 | 0 | 117 | 6 | 7 | 460 | 124 | 70 |
| Binary | 11101101 | 110001 | 11011111 | 0 | 1001111 | 110 | 111 | 100110000 | 1010100 | 111000 |
Color Harmonies of #ED31DF
Complementary color
Monochromatic Colors of #ED31DF
Black with #ED31DF
Text Example
Text Example
White with #ED31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED31DF; }
p { color: rgb(237,49,223); }
H1.HeaderClassName
{
color: #ED31DF;
}
.AnyTagClassName
{
color: #ED31DF;
}
</style>
background-color css
<style>
a { background-color: #ED31DF; }
a { background-color: rgb(237,49,223); }
div.DivClassName
{
background-color: #ED31DF;
}
.BgClassName
{
background-color: #ED31DF;
}
</style>
border-color css
<style>
span { border-color: #ED31DF; }
span { border-color: rgb(237,49,223); }
td.TdClassName
{
border-color: #ED31DF;
}
.TagClassName
{
border-color: #ED31DF;
}
</style>