Shades of Razzle Dazzle Rose #EF31EE
Tints of Razzle Dazzle Rose #EF31EE
RGB
CMYK
RGB Variations
Color information
#EF31EE (or 0xEF31EE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and EE. RGB value is (239,49,238). Sum of RGB (Red+Green+Blue) = 239+49+238=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31EE is #10CE11. Grayscale: #7E7E7E. Windows color (decimal): -1101330 or 15610351. OLE color: 15610351.
HSL color Cylindrical-coordinate representation of color #EF31EE: hue angle of 300.32º 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 #EF31EE is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 238 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.06 |
| HSL | 300.32º | 0.86% | 0.56% | - |
| HSV(B) | 300.32º | 0.79% | 0.94% | - |
| XYZ | 52.13 | 26.72 | 83.3 | - |
| YUV | 127.36 | 190.45 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 238 | 0 | 0.79 | 0.00 | 0.06 | 300.32 | 0.86 | 0.56 |
| Hex | EF | 31 | EE | 0 | 4F | 0 | 6 | 12C | 56 | 38 |
| Octal | 357 | 61 | 356 | 0 | 117 | 0 | 6 | 454 | 126 | 70 |
| Binary | 11101111 | 110001 | 11101110 | 0 | 1001111 | 0 | 110 | 100101100 | 1010110 | 111000 |
Color Harmonies of #EF31EE
Complementary color
Monochromatic Colors of #EF31EE
Black with #EF31EE
Text Example
Text Example
White with #EF31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF31EE; }
p { color: rgb(239,49,238); }
H1.HeaderClassName
{
color: #EF31EE;
}
.AnyTagClassName
{
color: #EF31EE;
}
</style>
background-color css
<style>
a { background-color: #EF31EE; }
a { background-color: rgb(239,49,238); }
div.DivClassName
{
background-color: #EF31EE;
}
.BgClassName
{
background-color: #EF31EE;
}
</style>
border-color css
<style>
span { border-color: #EF31EE; }
span { border-color: rgb(239,49,238); }
td.TdClassName
{
border-color: #EF31EE;
}
.TagClassName
{
border-color: #EF31EE;
}
</style>