Shades of Razzle Dazzle Rose #EF40D9
Tints of Razzle Dazzle Rose #EF40D9
RGB
CMYK
RGB Variations
Color information
#EF40D9 (or 0xEF40D9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and D9. RGB value is (239,64,217). Sum of RGB (Red+Green+Blue) = 239+64+217=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40D9 is #10BF26. Grayscale: #858585. Windows color (decimal): -1097511 or 14237935. OLE color: 14237935.
HSL color Cylindrical-coordinate representation of color #EF40D9: hue angle of 307.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40D9 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 217 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.06 |
| HSL | 307.54º | 0.85% | 0.59% | - |
| HSV(B) | 307.54º | 0.73% | 0.94% | - |
| XYZ | 49.95 | 27.03 | 68.23 | - |
| YUV | 133.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 217 | 0 | 0.73 | 0.09 | 0.06 | 307.54 | 0.85 | 0.59 |
| Hex | EF | 40 | D9 | 0 | 49 | 9 | 6 | 134 | 55 | 3B |
| Octal | 357 | 100 | 331 | 0 | 111 | 11 | 6 | 464 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11011001 | 0 | 1001001 | 1001 | 110 | 100110100 | 1010101 | 111011 |
Color Harmonies of #EF40D9
Complementary color
Monochromatic Colors of #EF40D9
Black with #EF40D9
Text Example
Text Example
White with #EF40D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40D9; }
p { color: rgb(239,64,217); }
H1.HeaderClassName
{
color: #EF40D9;
}
.AnyTagClassName
{
color: #EF40D9;
}
</style>
background-color css
<style>
a { background-color: #EF40D9; }
a { background-color: rgb(239,64,217); }
div.DivClassName
{
background-color: #EF40D9;
}
.BgClassName
{
background-color: #EF40D9;
}
</style>
border-color css
<style>
span { border-color: #EF40D9; }
span { border-color: rgb(239,64,217); }
td.TdClassName
{
border-color: #EF40D9;
}
.TagClassName
{
border-color: #EF40D9;
}
</style>