Shades of Razzle Dazzle Rose #EF40D7
Tints of Razzle Dazzle Rose #EF40D7
RGB
CMYK
RGB Variations
Color information
#EF40D7 (or 0xEF40D7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and D7. RGB value is (239,64,215). Sum of RGB (Red+Green+Blue) = 239+64+215=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40D7 is #10BF28. Grayscale: #858585. Windows color (decimal): -1097513 or 14106863. OLE color: 14106863.
HSL color Cylindrical-coordinate representation of color #EF40D7: hue angle of 308.23º 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 #EF40D7 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 215 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.06 |
| HSL | 308.23º | 0.85% | 0.59% | - |
| HSV(B) | 308.23º | 0.73% | 0.94% | - |
| XYZ | 49.7 | 26.92 | 66.87 | - |
| YUV | 133.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 215 | 0 | 0.73 | 0.10 | 0.06 | 308.23 | 0.85 | 0.59 |
| Hex | EF | 40 | D7 | 0 | 49 | A | 6 | 134 | 55 | 3B |
| Octal | 357 | 100 | 327 | 0 | 111 | 12 | 6 | 464 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11010111 | 0 | 1001001 | 1010 | 110 | 100110100 | 1010101 | 111011 |
Color Harmonies of #EF40D7
Complementary color
Monochromatic Colors of #EF40D7
Black with #EF40D7
Text Example
Text Example
White with #EF40D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40D7; }
p { color: rgb(239,64,215); }
H1.HeaderClassName
{
color: #EF40D7;
}
.AnyTagClassName
{
color: #EF40D7;
}
</style>
background-color css
<style>
a { background-color: #EF40D7; }
a { background-color: rgb(239,64,215); }
div.DivClassName
{
background-color: #EF40D7;
}
.BgClassName
{
background-color: #EF40D7;
}
</style>
border-color css
<style>
span { border-color: #EF40D7; }
span { border-color: rgb(239,64,215); }
td.TdClassName
{
border-color: #EF40D7;
}
.TagClassName
{
border-color: #EF40D7;
}
</style>