Shades of Razzle Dazzle Rose #ED31F2
Tints of Razzle Dazzle Rose #ED31F2
RGB
CMYK
RGB Variations
Color information
#ED31F2 (or 0xED31F2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and F2. RGB value is (237,49,242). Sum of RGB (Red+Green+Blue) = 237+49+242=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED31F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED31F2 is #12CE0D. Grayscale: #7E7E7E. Windows color (decimal): -1232398 or 15872493. OLE color: 15872493.
HSL color Cylindrical-coordinate representation of color #ED31F2: hue angle of 298.45º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED31F2 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 49 | 242 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.05 |
| HSL | 298.45º | 0.88% | 0.57% | - |
| HSV(B) | 298.45º | 0.8% | 0.95% | - |
| XYZ | 52.05 | 26.61 | 86.4 | - |
| YUV | 127.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 242 | 0.02 | 0.80 | 0 | 0.05 | 298.45 | 0.88 | 0.57 |
| Hex | ED | 31 | F2 | 2 | 50 | 0 | 5 | 12A | 58 | 39 |
| Octal | 355 | 61 | 362 | 2 | 120 | 0 | 5 | 452 | 130 | 71 |
| Binary | 11101101 | 110001 | 11110010 | 10 | 1010000 | 0 | 101 | 100101010 | 1011000 | 111001 |
Color Harmonies of #ED31F2
Complementary color
Monochromatic Colors of #ED31F2
Black with #ED31F2
Text Example
Text Example
White with #ED31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED31F2; }
p { color: rgb(237,49,242); }
H1.HeaderClassName
{
color: #ED31F2;
}
.AnyTagClassName
{
color: #ED31F2;
}
</style>
background-color css
<style>
a { background-color: #ED31F2; }
a { background-color: rgb(237,49,242); }
div.DivClassName
{
background-color: #ED31F2;
}
.BgClassName
{
background-color: #ED31F2;
}
</style>
border-color css
<style>
span { border-color: #ED31F2; }
span { border-color: rgb(237,49,242); }
td.TdClassName
{
border-color: #ED31F2;
}
.TagClassName
{
border-color: #ED31F2;
}
</style>