Shades of Razzle Dazzle Rose #EF32F7
Tints of Razzle Dazzle Rose #EF32F7
RGB
CMYK
RGB Variations
Color information
#EF32F7 (or 0xEF32F7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and F7. RGB value is (239,50,247). Sum of RGB (Red+Green+Blue) = 239+50+247=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 50 (19.92% from 255 or 9.33% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF32F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32F7 is #10CD08. Grayscale: #808080. Windows color (decimal): -1101065 or 16200431. OLE color: 16200431.
HSL color Cylindrical-coordinate representation of color #EF32F7: hue angle of 297.56º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF32F7 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 50 | 247 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.03 |
| HSL | 297.56º | 0.92% | 0.58% | - |
| HSV(B) | 297.56º | 0.8% | 0.97% | - |
| XYZ | 53.53 | 27.35 | 90.45 | - |
| YUV | 128.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 247 | 0.03 | 0.80 | 0 | 0.03 | 297.56 | 0.92 | 0.58 |
| Hex | EF | 32 | F7 | 3 | 50 | 0 | 3 | 12A | 5C | 3A |
| Octal | 357 | 62 | 367 | 3 | 120 | 0 | 3 | 452 | 134 | 72 |
| Binary | 11101111 | 110010 | 11110111 | 11 | 1010000 | 0 | 11 | 100101010 | 1011100 | 111010 |
Color Harmonies of #EF32F7
Complementary color
Monochromatic Colors of #EF32F7
Black with #EF32F7
Text Example
Text Example
White with #EF32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32F7; }
p { color: rgb(239,50,247); }
H1.HeaderClassName
{
color: #EF32F7;
}
.AnyTagClassName
{
color: #EF32F7;
}
</style>
background-color css
<style>
a { background-color: #EF32F7; }
a { background-color: rgb(239,50,247); }
div.DivClassName
{
background-color: #EF32F7;
}
.BgClassName
{
background-color: #EF32F7;
}
</style>
border-color css
<style>
span { border-color: #EF32F7; }
span { border-color: rgb(239,50,247); }
td.TdClassName
{
border-color: #EF32F7;
}
.TagClassName
{
border-color: #EF32F7;
}
</style>