Shades of Razzle Dazzle Rose #EF32F6
Tints of Razzle Dazzle Rose #EF32F6
RGB
CMYK
RGB Variations
Color information
#EF32F6 (or 0xEF32F6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and F6. RGB value is (239,50,246). Sum of RGB (Red+Green+Blue) = 239+50+246=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF32F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32F6 is #10CD09. Grayscale: #808080. Windows color (decimal): -1101066 or 16134895. OLE color: 16134895.
HSL color Cylindrical-coordinate representation of color #EF32F6: hue angle of 297.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF32F6 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 50 | 246 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.04 |
| HSL | 297.86º | 0.92% | 0.58% | - |
| HSV(B) | 297.86º | 0.8% | 0.96% | - |
| XYZ | 53.37 | 27.29 | 89.64 | - |
| YUV | 128.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 246 | 0.03 | 0.80 | 0 | 0.04 | 297.86 | 0.92 | 0.58 |
| Hex | EF | 32 | F6 | 3 | 50 | 0 | 4 | 12A | 5C | 3A |
| Octal | 357 | 62 | 366 | 3 | 120 | 0 | 4 | 452 | 134 | 72 |
| Binary | 11101111 | 110010 | 11110110 | 11 | 1010000 | 0 | 100 | 100101010 | 1011100 | 111010 |
Color Harmonies of #EF32F6
Complementary color
Monochromatic Colors of #EF32F6
Black with #EF32F6
Text Example
Text Example
White with #EF32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32F6; }
p { color: rgb(239,50,246); }
H1.HeaderClassName
{
color: #EF32F6;
}
.AnyTagClassName
{
color: #EF32F6;
}
</style>
background-color css
<style>
a { background-color: #EF32F6; }
a { background-color: rgb(239,50,246); }
div.DivClassName
{
background-color: #EF32F6;
}
.BgClassName
{
background-color: #EF32F6;
}
</style>
border-color css
<style>
span { border-color: #EF32F6; }
span { border-color: rgb(239,50,246); }
td.TdClassName
{
border-color: #EF32F6;
}
.TagClassName
{
border-color: #EF32F6;
}
</style>