Shades of Razzle Dazzle Rose #EF33C0
Tints of Razzle Dazzle Rose #EF33C0
RGB
CMYK
RGB Variations
Color information
#EF33C0 (or 0xEF33C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and C0. RGB value is (239,51,192). Sum of RGB (Red+Green+Blue) = 239+51+192=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33C0 is #10CC3F. Grayscale: #7A7A7A. Windows color (decimal): -1100864 or 12596207. OLE color: 12596207.
HSL color Cylindrical-coordinate representation of color #EF33C0: hue angle of 315º 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 #EF33C0 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 192 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.06 |
| HSL | 315º | 0.85% | 0.57% | - |
| HSV(B) | 315º | 0.79% | 0.94% | - |
| XYZ | 46.29 | 24.52 | 52.16 | - |
| YUV | 123.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 192 | 0 | 0.79 | 0.20 | 0.06 | 315 | 0.85 | 0.57 |
| Hex | EF | 33 | C0 | 0 | 4F | 14 | 6 | 13B | 55 | 39 |
| Octal | 357 | 63 | 300 | 0 | 117 | 24 | 6 | 473 | 125 | 71 |
| Binary | 11101111 | 110011 | 11000000 | 0 | 1001111 | 10100 | 110 | 100111011 | 1010101 | 111001 |
Color Harmonies of #EF33C0
Complementary color
Monochromatic Colors of #EF33C0
Black with #EF33C0
Text Example
Text Example
White with #EF33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33C0; }
p { color: rgb(239,51,192); }
H1.HeaderClassName
{
color: #EF33C0;
}
.AnyTagClassName
{
color: #EF33C0;
}
</style>
background-color css
<style>
a { background-color: #EF33C0; }
a { background-color: rgb(239,51,192); }
div.DivClassName
{
background-color: #EF33C0;
}
.BgClassName
{
background-color: #EF33C0;
}
</style>
border-color css
<style>
span { border-color: #EF33C0; }
span { border-color: rgb(239,51,192); }
td.TdClassName
{
border-color: #EF33C0;
}
.TagClassName
{
border-color: #EF33C0;
}
</style>