Shades of Razzle Dazzle Rose #EF1BE0
Tints of Razzle Dazzle Rose #EF1BE0
RGB
CMYK
RGB Variations
Color information
#EF1BE0 (or 0xEF1BE0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1B and E0. RGB value is (239,27,224). Sum of RGB (Red+Green+Blue) = 239+27+224=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BE0 is #10E41F. Grayscale: #707070. Windows color (decimal): -1106976 or 14687215. OLE color: 14687215.
HSL color Cylindrical-coordinate representation of color #EF1BE0: hue angle of 304.25º 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 #EF1BE0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 224 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.06 |
| HSL | 304.25º | 0.87% | 0.52% | - |
| HSV(B) | 304.25º | 0.89% | 0.94% | - |
| XYZ | 49.44 | 24.52 | 72.65 | - |
| YUV | 112.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 224 | 0 | 0.89 | 0.06 | 0.06 | 304.25 | 0.87 | 0.52 |
| Hex | EF | 1B | E0 | 0 | 59 | 6 | 6 | 130 | 57 | 34 |
| Octal | 357 | 33 | 340 | 0 | 131 | 6 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11011 | 11100000 | 0 | 1011001 | 110 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF1BE0
Complementary color
Monochromatic Colors of #EF1BE0
Black with #EF1BE0
Text Example
Text Example
White with #EF1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BE0; }
p { color: rgb(239,27,224); }
H1.HeaderClassName
{
color: #EF1BE0;
}
.AnyTagClassName
{
color: #EF1BE0;
}
</style>
background-color css
<style>
a { background-color: #EF1BE0; }
a { background-color: rgb(239,27,224); }
div.DivClassName
{
background-color: #EF1BE0;
}
.BgClassName
{
background-color: #EF1BE0;
}
</style>
border-color css
<style>
span { border-color: #EF1BE0; }
span { border-color: rgb(239,27,224); }
td.TdClassName
{
border-color: #EF1BE0;
}
.TagClassName
{
border-color: #EF1BE0;
}
</style>