Shades of Razzle Dazzle Rose #EF31C5
Tints of Razzle Dazzle Rose #EF31C5
RGB
CMYK
RGB Variations
Color information
#EF31C5 (or 0xEF31C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and C5. RGB value is (239,49,197). Sum of RGB (Red+Green+Blue) = 239+49+197=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF31C5 is #10CE3A. Grayscale: #7A7A7A. Windows color (decimal): -1101371 or 12923375. OLE color: 12923375.
HSL color Cylindrical-coordinate representation of color #EF31C5: hue angle of 313.26º 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 #EF31C5 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 197 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.06 |
| HSL | 313.26º | 0.86% | 0.56% | - |
| HSV(B) | 313.26º | 0.79% | 0.94% | - |
| XYZ | 46.77 | 24.58 | 55.1 | - |
| YUV | 122.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 197 | 0 | 0.79 | 0.18 | 0.06 | 313.26 | 0.86 | 0.56 |
| Hex | EF | 31 | C5 | 0 | 4F | 12 | 6 | 139 | 56 | 38 |
| Octal | 357 | 61 | 305 | 0 | 117 | 22 | 6 | 471 | 126 | 70 |
| Binary | 11101111 | 110001 | 11000101 | 0 | 1001111 | 10010 | 110 | 100111001 | 1010110 | 111000 |
Color Harmonies of #EF31C5
Complementary color
Monochromatic Colors of #EF31C5
Black with #EF31C5
Text Example
Text Example
White with #EF31C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF31C5; }
p { color: rgb(239,49,197); }
H1.HeaderClassName
{
color: #EF31C5;
}
.AnyTagClassName
{
color: #EF31C5;
}
</style>
background-color css
<style>
a { background-color: #EF31C5; }
a { background-color: rgb(239,49,197); }
div.DivClassName
{
background-color: #EF31C5;
}
.BgClassName
{
background-color: #EF31C5;
}
</style>
border-color css
<style>
span { border-color: #EF31C5; }
span { border-color: rgb(239,49,197); }
td.TdClassName
{
border-color: #EF31C5;
}
.TagClassName
{
border-color: #EF31C5;
}
</style>