Shades of Razzle Dazzle Rose #EF32EB
Tints of Razzle Dazzle Rose #EF32EB
RGB
CMYK
RGB Variations
Color information
#EF32EB (or 0xEF32EB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and EB. RGB value is (239,50,235). Sum of RGB (Red+Green+Blue) = 239+50+235=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32EB is #10CD14. Grayscale: #7F7F7F. Windows color (decimal): -1101077 or 15413999. OLE color: 15413999.
HSL color Cylindrical-coordinate representation of color #EF32EB: hue angle of 301.27º degrees, saturation: 0.86, 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 #EF32EB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 235 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.06 |
| HSL | 301.27º | 0.86% | 0.57% | - |
| HSV(B) | 301.27º | 0.79% | 0.94% | - |
| XYZ | 51.73 | 26.63 | 81.01 | - |
| YUV | 127.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 235 | 0 | 0.79 | 0.02 | 0.06 | 301.27 | 0.86 | 0.57 |
| Hex | EF | 32 | EB | 0 | 4F | 2 | 6 | 12D | 56 | 39 |
| Octal | 357 | 62 | 353 | 0 | 117 | 2 | 6 | 455 | 126 | 71 |
| Binary | 11101111 | 110010 | 11101011 | 0 | 1001111 | 10 | 110 | 100101101 | 1010110 | 111001 |
Color Harmonies of #EF32EB
Complementary color
Monochromatic Colors of #EF32EB
Black with #EF32EB
Text Example
Text Example
White with #EF32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32EB; }
p { color: rgb(239,50,235); }
H1.HeaderClassName
{
color: #EF32EB;
}
.AnyTagClassName
{
color: #EF32EB;
}
</style>
background-color css
<style>
a { background-color: #EF32EB; }
a { background-color: rgb(239,50,235); }
div.DivClassName
{
background-color: #EF32EB;
}
.BgClassName
{
background-color: #EF32EB;
}
</style>
border-color css
<style>
span { border-color: #EF32EB; }
span { border-color: rgb(239,50,235); }
td.TdClassName
{
border-color: #EF32EB;
}
.TagClassName
{
border-color: #EF32EB;
}
</style>