Shades of Razzle Dazzle Rose #EF1BDF
Tints of Razzle Dazzle Rose #EF1BDF
RGB
CMYK
RGB Variations
Color information
#EF1BDF (or 0xEF1BDF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1B and DF. RGB value is (239,27,223). Sum of RGB (Red+Green+Blue) = 239+27+223=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BDF is #10E420. Grayscale: #707070. Windows color (decimal): -1106977 or 14621679. OLE color: 14621679.
HSL color Cylindrical-coordinate representation of color #EF1BDF: hue angle of 304.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BDF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.06 |
| HSL | 304.53º | 0.87% | 0.52% | - |
| HSV(B) | 304.53º | 0.89% | 0.94% | - |
| XYZ | 49.31 | 24.46 | 71.93 | - |
| YUV | 112.73 | 190.24 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 223 | 0 | 0.89 | 0.07 | 0.06 | 304.53 | 0.87 | 0.52 |
| Hex | EF | 1B | DF | 0 | 59 | 7 | 6 | 131 | 57 | 34 |
| Octal | 357 | 33 | 337 | 0 | 131 | 7 | 6 | 461 | 127 | 64 |
| Binary | 11101111 | 11011 | 11011111 | 0 | 1011001 | 111 | 110 | 100110001 | 1010111 | 110100 |
Color Harmonies of #EF1BDF
Complementary color
Monochromatic Colors of #EF1BDF
Black with #EF1BDF
Text Example
Text Example
White with #EF1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BDF; }
p { color: rgb(239,27,223); }
H1.HeaderClassName
{
color: #EF1BDF;
}
.AnyTagClassName
{
color: #EF1BDF;
}
</style>
background-color css
<style>
a { background-color: #EF1BDF; }
a { background-color: rgb(239,27,223); }
div.DivClassName
{
background-color: #EF1BDF;
}
.BgClassName
{
background-color: #EF1BDF;
}
</style>
border-color css
<style>
span { border-color: #EF1BDF; }
span { border-color: rgb(239,27,223); }
td.TdClassName
{
border-color: #EF1BDF;
}
.TagClassName
{
border-color: #EF1BDF;
}
</style>