Shades of Razzle Dazzle Rose #EF32B6
Tints of Razzle Dazzle Rose #EF32B6
RGB
CMYK
RGB Variations
Color information
#EF32B6 (or 0xEF32B6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and B6. RGB value is (239,50,182). Sum of RGB (Red+Green+Blue) = 239+50+182=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32B6 is #10CD49. Grayscale: #797979. Windows color (decimal): -1101130 or 11940591. OLE color: 11940591.
HSL color Cylindrical-coordinate representation of color #EF32B6: hue angle of 318.1º 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 #EF32B6 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 182 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.06 |
| HSL | 318.1º | 0.86% | 0.57% | - |
| HSV(B) | 318.1º | 0.79% | 0.94% | - |
| XYZ | 45.18 | 24.01 | 46.51 | - |
| YUV | 121.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 182 | 0 | 0.79 | 0.24 | 0.06 | 318.1 | 0.86 | 0.57 |
| Hex | EF | 32 | B6 | 0 | 4F | 18 | 6 | 13E | 56 | 39 |
| Octal | 357 | 62 | 266 | 0 | 117 | 30 | 6 | 476 | 126 | 71 |
| Binary | 11101111 | 110010 | 10110110 | 0 | 1001111 | 11000 | 110 | 100111110 | 1010110 | 111001 |
Color Harmonies of #EF32B6
Complementary color
Monochromatic Colors of #EF32B6
Black with #EF32B6
Text Example
Text Example
White with #EF32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32B6; }
p { color: rgb(239,50,182); }
H1.HeaderClassName
{
color: #EF32B6;
}
.AnyTagClassName
{
color: #EF32B6;
}
</style>
background-color css
<style>
a { background-color: #EF32B6; }
a { background-color: rgb(239,50,182); }
div.DivClassName
{
background-color: #EF32B6;
}
.BgClassName
{
background-color: #EF32B6;
}
</style>
border-color css
<style>
span { border-color: #EF32B6; }
span { border-color: rgb(239,50,182); }
td.TdClassName
{
border-color: #EF32B6;
}
.TagClassName
{
border-color: #EF32B6;
}
</style>