Shades of Razzle Dazzle Rose #EF34EF
Tints of Razzle Dazzle Rose #EF34EF
RGB
CMYK
RGB Variations
Color information
#EF34EF (or 0xEF34EF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and EF. RGB value is (239,52,239). Sum of RGB (Red+Green+Blue) = 239+52+239=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF34EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF34EF is #10CB10. Grayscale: #808080. Windows color (decimal): -1100561 or 15676655. OLE color: 15676655.
HSL color Cylindrical-coordinate representation of color #EF34EF: hue angle of 300º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34EF is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 239 | - |
| CMYK | 0 | 0.78 | 0 | 0.06 |
| HSL | 300º | 0.85% | 0.57% | - |
| HSV(B) | 300º | 0.78% | 0.94% | - |
| XYZ | 52.4 | 27.04 | 84.12 | - |
| YUV | 129.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 239 | 0 | 0.78 | 0 | 0.06 | 300 | 0.85 | 0.57 |
| Hex | EF | 34 | EF | 0 | 4E | 0 | 6 | 12C | 55 | 39 |
| Octal | 357 | 64 | 357 | 0 | 116 | 0 | 6 | 454 | 125 | 71 |
| Binary | 11101111 | 110100 | 11101111 | 0 | 1001110 | 0 | 110 | 100101100 | 1010101 | 111001 |
Color Harmonies of #EF34EF
Complementary color
Monochromatic Colors of #EF34EF
Black with #EF34EF
Text Example
Text Example
White with #EF34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF34EF; }
p { color: rgb(239,52,239); }
H1.HeaderClassName
{
color: #EF34EF;
}
.AnyTagClassName
{
color: #EF34EF;
}
</style>
background-color css
<style>
a { background-color: #EF34EF; }
a { background-color: rgb(239,52,239); }
div.DivClassName
{
background-color: #EF34EF;
}
.BgClassName
{
background-color: #EF34EF;
}
</style>
border-color css
<style>
span { border-color: #EF34EF; }
span { border-color: rgb(239,52,239); }
td.TdClassName
{
border-color: #EF34EF;
}
.TagClassName
{
border-color: #EF34EF;
}
</style>