Shades of Razzle Dazzle Rose #EF33CE
Tints of Razzle Dazzle Rose #EF33CE
RGB
CMYK
RGB Variations
Color information
#EF33CE (or 0xEF33CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and CE. RGB value is (239,51,206). Sum of RGB (Red+Green+Blue) = 239+51+206=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33CE is #10CC31. Grayscale: #7C7C7C. Windows color (decimal): -1100850 or 13513711. OLE color: 13513711.
HSL color Cylindrical-coordinate representation of color #EF33CE: hue angle of 310.53º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33CE is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 206 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.06 |
| HSL | 310.53º | 0.85% | 0.57% | - |
| HSV(B) | 310.53º | 0.79% | 0.94% | - |
| XYZ | 47.92 | 25.17 | 60.73 | - |
| YUV | 124.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 206 | 0 | 0.79 | 0.14 | 0.06 | 310.53 | 0.85 | 0.57 |
| Hex | EF | 33 | CE | 0 | 4F | E | 6 | 137 | 55 | 39 |
| Octal | 357 | 63 | 316 | 0 | 117 | 16 | 6 | 467 | 125 | 71 |
| Binary | 11101111 | 110011 | 11001110 | 0 | 1001111 | 1110 | 110 | 100110111 | 1010101 | 111001 |
Color Harmonies of #EF33CE
Complementary color
Monochromatic Colors of #EF33CE
Black with #EF33CE
Text Example
Text Example
White with #EF33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33CE; }
p { color: rgb(239,51,206); }
H1.HeaderClassName
{
color: #EF33CE;
}
.AnyTagClassName
{
color: #EF33CE;
}
</style>
background-color css
<style>
a { background-color: #EF33CE; }
a { background-color: rgb(239,51,206); }
div.DivClassName
{
background-color: #EF33CE;
}
.BgClassName
{
background-color: #EF33CE;
}
</style>
border-color css
<style>
span { border-color: #EF33CE; }
span { border-color: rgb(239,51,206); }
td.TdClassName
{
border-color: #EF33CE;
}
.TagClassName
{
border-color: #EF33CE;
}
</style>