Shades of Razzle Dazzle Rose #EF32BD
Tints of Razzle Dazzle Rose #EF32BD
RGB
CMYK
RGB Variations
Color information
#EF32BD (or 0xEF32BD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and BD. RGB value is (239,50,189). Sum of RGB (Red+Green+Blue) = 239+50+189=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32BD is #10CD42. Grayscale: #797979. Windows color (decimal): -1101123 or 12399343. OLE color: 12399343.
HSL color Cylindrical-coordinate representation of color #EF32BD: hue angle of 315.87º 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 #EF32BD is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 189 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.06 |
| HSL | 315.87º | 0.86% | 0.57% | - |
| HSV(B) | 315.87º | 0.79% | 0.94% | - |
| XYZ | 45.92 | 24.31 | 50.42 | - |
| YUV | 122.36 | 165.62 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 189 | 0 | 0.79 | 0.21 | 0.06 | 315.87 | 0.86 | 0.57 |
| Hex | EF | 32 | BD | 0 | 4F | 15 | 6 | 13C | 56 | 39 |
| Octal | 357 | 62 | 275 | 0 | 117 | 25 | 6 | 474 | 126 | 71 |
| Binary | 11101111 | 110010 | 10111101 | 0 | 1001111 | 10101 | 110 | 100111100 | 1010110 | 111001 |
Color Harmonies of #EF32BD
Complementary color
Monochromatic Colors of #EF32BD
Black with #EF32BD
Text Example
Text Example
White with #EF32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32BD; }
p { color: rgb(239,50,189); }
H1.HeaderClassName
{
color: #EF32BD;
}
.AnyTagClassName
{
color: #EF32BD;
}
</style>
background-color css
<style>
a { background-color: #EF32BD; }
a { background-color: rgb(239,50,189); }
div.DivClassName
{
background-color: #EF32BD;
}
.BgClassName
{
background-color: #EF32BD;
}
</style>
border-color css
<style>
span { border-color: #EF32BD; }
span { border-color: rgb(239,50,189); }
td.TdClassName
{
border-color: #EF32BD;
}
.TagClassName
{
border-color: #EF32BD;
}
</style>