Shades of Razzle Dazzle Rose #EF2BDF
Tints of Razzle Dazzle Rose #EF2BDF
RGB
CMYK
RGB Variations
Color information
#EF2BDF (or 0xEF2BDF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and DF. RGB value is (239,43,223). Sum of RGB (Red+Green+Blue) = 239+43+223=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BDF is #10D420. Grayscale: #797979. Windows color (decimal): -1102881 or 14625775. OLE color: 14625775.
HSL color Cylindrical-coordinate representation of color #EF2BDF: hue angle of 304.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BDF is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 223 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.06 |
| HSL | 304.9º | 0.86% | 0.55% | - |
| HSV(B) | 304.9º | 0.82% | 0.94% | - |
| XYZ | 49.78 | 25.41 | 72.09 | - |
| YUV | 122.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 223 | 0 | 0.82 | 0.07 | 0.06 | 304.9 | 0.86 | 0.55 |
| Hex | EF | 2B | DF | 0 | 52 | 7 | 6 | 131 | 56 | 37 |
| Octal | 357 | 53 | 337 | 0 | 122 | 7 | 6 | 461 | 126 | 67 |
| Binary | 11101111 | 101011 | 11011111 | 0 | 1010010 | 111 | 110 | 100110001 | 1010110 | 110111 |
Color Harmonies of #EF2BDF
Complementary color
Monochromatic Colors of #EF2BDF
Black with #EF2BDF
Text Example
Text Example
White with #EF2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BDF; }
p { color: rgb(239,43,223); }
H1.HeaderClassName
{
color: #EF2BDF;
}
.AnyTagClassName
{
color: #EF2BDF;
}
</style>
background-color css
<style>
a { background-color: #EF2BDF; }
a { background-color: rgb(239,43,223); }
div.DivClassName
{
background-color: #EF2BDF;
}
.BgClassName
{
background-color: #EF2BDF;
}
</style>
border-color css
<style>
span { border-color: #EF2BDF; }
span { border-color: rgb(239,43,223); }
td.TdClassName
{
border-color: #EF2BDF;
}
.TagClassName
{
border-color: #EF2BDF;
}
</style>