Shades of Razzle Dazzle Rose #EF40D0
Tints of Razzle Dazzle Rose #EF40D0
RGB
CMYK
RGB Variations
Color information
#EF40D0 (or 0xEF40D0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and D0. RGB value is (239,64,208). Sum of RGB (Red+Green+Blue) = 239+64+208=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40D0 is #10BF2F. Grayscale: #848484. Windows color (decimal): -1097520 or 13648111. OLE color: 13648111.
HSL color Cylindrical-coordinate representation of color #EF40D0: hue angle of 310.63º 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 #EF40D0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 208 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.06 |
| HSL | 310.63º | 0.85% | 0.59% | - |
| HSV(B) | 310.63º | 0.73% | 0.94% | - |
| XYZ | 48.82 | 26.57 | 62.23 | - |
| YUV | 132.74 | 170.48 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 208 | 0 | 0.73 | 0.13 | 0.06 | 310.63 | 0.85 | 0.59 |
| Hex | EF | 40 | D0 | 0 | 49 | D | 6 | 137 | 55 | 3B |
| Octal | 357 | 100 | 320 | 0 | 111 | 15 | 6 | 467 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11010000 | 0 | 1001001 | 1101 | 110 | 100110111 | 1010101 | 111011 |
Color Harmonies of #EF40D0
Complementary color
Monochromatic Colors of #EF40D0
Black with #EF40D0
Text Example
Text Example
White with #EF40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40D0; }
p { color: rgb(239,64,208); }
H1.HeaderClassName
{
color: #EF40D0;
}
.AnyTagClassName
{
color: #EF40D0;
}
</style>
background-color css
<style>
a { background-color: #EF40D0; }
a { background-color: rgb(239,64,208); }
div.DivClassName
{
background-color: #EF40D0;
}
.BgClassName
{
background-color: #EF40D0;
}
</style>
border-color css
<style>
span { border-color: #EF40D0; }
span { border-color: rgb(239,64,208); }
td.TdClassName
{
border-color: #EF40D0;
}
.TagClassName
{
border-color: #EF40D0;
}
</style>