Shades of Razzle Dazzle Rose #EF33D3
Tints of Razzle Dazzle Rose #EF33D3
RGB
CMYK
RGB Variations
Color information
#EF33D3 (or 0xEF33D3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and D3. RGB value is (239,51,211). Sum of RGB (Red+Green+Blue) = 239+51+211=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33D3 is #10CC2C. Grayscale: #7D7D7D. Windows color (decimal): -1100845 or 13841391. OLE color: 13841391.
HSL color Cylindrical-coordinate representation of color #EF33D3: hue angle of 308.94º 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 #EF33D3 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 211 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.06 |
| HSL | 308.94º | 0.85% | 0.57% | - |
| HSV(B) | 308.94º | 0.79% | 0.94% | - |
| XYZ | 48.54 | 25.42 | 63.98 | - |
| YUV | 125.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 211 | 0 | 0.79 | 0.12 | 0.06 | 308.94 | 0.85 | 0.57 |
| Hex | EF | 33 | D3 | 0 | 4F | C | 6 | 135 | 55 | 39 |
| Octal | 357 | 63 | 323 | 0 | 117 | 14 | 6 | 465 | 125 | 71 |
| Binary | 11101111 | 110011 | 11010011 | 0 | 1001111 | 1100 | 110 | 100110101 | 1010101 | 111001 |
Color Harmonies of #EF33D3
Complementary color
Monochromatic Colors of #EF33D3
Black with #EF33D3
Text Example
Text Example
White with #EF33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33D3; }
p { color: rgb(239,51,211); }
H1.HeaderClassName
{
color: #EF33D3;
}
.AnyTagClassName
{
color: #EF33D3;
}
</style>
background-color css
<style>
a { background-color: #EF33D3; }
a { background-color: rgb(239,51,211); }
div.DivClassName
{
background-color: #EF33D3;
}
.BgClassName
{
background-color: #EF33D3;
}
</style>
border-color css
<style>
span { border-color: #EF33D3; }
span { border-color: rgb(239,51,211); }
td.TdClassName
{
border-color: #EF33D3;
}
.TagClassName
{
border-color: #EF33D3;
}
</style>