Shades of Razzle Dazzle Rose #EF31EF
Tints of Razzle Dazzle Rose #EF31EF
RGB
CMYK
RGB Variations
Color information
#EF31EF (or 0xEF31EF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and EF. RGB value is (239,49,239). Sum of RGB (Red+Green+Blue) = 239+49+239=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF31EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31EF is #10CE10. Grayscale: #7E7E7E. Windows color (decimal): -1101329 or 15675887. OLE color: 15675887.
HSL color Cylindrical-coordinate representation of color #EF31EF: hue angle of 300º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF31EF is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 239 | - |
| CMYK | 0 | 0.79 | 0 | 0.06 |
| HSL | 300º | 0.86% | 0.56% | - |
| HSV(B) | 300º | 0.79% | 0.94% | - |
| XYZ | 52.27 | 26.78 | 84.08 | - |
| YUV | 127.47 | 190.95 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 239 | 0 | 0.79 | 0 | 0.06 | 300 | 0.86 | 0.56 |
| Hex | EF | 31 | EF | 0 | 4F | 0 | 6 | 12C | 56 | 38 |
| Octal | 357 | 61 | 357 | 0 | 117 | 0 | 6 | 454 | 126 | 70 |
| Binary | 11101111 | 110001 | 11101111 | 0 | 1001111 | 0 | 110 | 100101100 | 1010110 | 111000 |
Color Harmonies of #EF31EF
Complementary color
Monochromatic Colors of #EF31EF
Black with #EF31EF
Text Example
Text Example
White with #EF31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF31EF; }
p { color: rgb(239,49,239); }
H1.HeaderClassName
{
color: #EF31EF;
}
.AnyTagClassName
{
color: #EF31EF;
}
</style>
background-color css
<style>
a { background-color: #EF31EF; }
a { background-color: rgb(239,49,239); }
div.DivClassName
{
background-color: #EF31EF;
}
.BgClassName
{
background-color: #EF31EF;
}
</style>
border-color css
<style>
span { border-color: #EF31EF; }
span { border-color: rgb(239,49,239); }
td.TdClassName
{
border-color: #EF31EF;
}
.TagClassName
{
border-color: #EF31EF;
}
</style>