Shades of Razzle Dazzle Rose #EF2FDD
Tints of Razzle Dazzle Rose #EF2FDD
RGB
CMYK
RGB Variations
Color information
#EF2FDD (or 0xEF2FDD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2F and DD. RGB value is (239,47,221). Sum of RGB (Red+Green+Blue) = 239+47+221=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2FDD is #10D022. Grayscale: #7B7B7B. Windows color (decimal): -1101859 or 14495727. OLE color: 14495727.
HSL color Cylindrical-coordinate representation of color #EF2FDD: hue angle of 305.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2FDD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 221 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.06 |
| HSL | 305.63º | 0.86% | 0.56% | - |
| HSV(B) | 305.63º | 0.8% | 0.94% | - |
| XYZ | 49.66 | 25.6 | 70.73 | - |
| YUV | 124.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 221 | 0 | 0.80 | 0.08 | 0.06 | 305.63 | 0.86 | 0.56 |
| Hex | EF | 2F | DD | 0 | 50 | 8 | 6 | 132 | 56 | 38 |
| Octal | 357 | 57 | 335 | 0 | 120 | 10 | 6 | 462 | 126 | 70 |
| Binary | 11101111 | 101111 | 11011101 | 0 | 1010000 | 1000 | 110 | 100110010 | 1010110 | 111000 |
Color Harmonies of #EF2FDD
Complementary color
Monochromatic Colors of #EF2FDD
Black with #EF2FDD
Text Example
Text Example
White with #EF2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FDD; }
p { color: rgb(239,47,221); }
H1.HeaderClassName
{
color: #EF2FDD;
}
.AnyTagClassName
{
color: #EF2FDD;
}
</style>
background-color css
<style>
a { background-color: #EF2FDD; }
a { background-color: rgb(239,47,221); }
div.DivClassName
{
background-color: #EF2FDD;
}
.BgClassName
{
background-color: #EF2FDD;
}
</style>
border-color css
<style>
span { border-color: #EF2FDD; }
span { border-color: rgb(239,47,221); }
td.TdClassName
{
border-color: #EF2FDD;
}
.TagClassName
{
border-color: #EF2FDD;
}
</style>