Shades of Razzle Dazzle Rose #EF32E4
Tints of Razzle Dazzle Rose #EF32E4
RGB
CMYK
RGB Variations
Color information
#EF32E4 (or 0xEF32E4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and E4. RGB value is (239,50,228). Sum of RGB (Red+Green+Blue) = 239+50+228=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 50 (19.92% from 255 or 9.67% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32E4 is #10CD1B. Grayscale: #7E7E7E. Windows color (decimal): -1101084 or 14955247. OLE color: 14955247.
HSL color Cylindrical-coordinate representation of color #EF32E4: hue angle of 303.49º 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 #EF32E4 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 228 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.06 |
| HSL | 303.49º | 0.86% | 0.57% | - |
| HSV(B) | 303.49º | 0.79% | 0.94% | - |
| XYZ | 50.74 | 26.23 | 75.79 | - |
| YUV | 126.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 228 | 0 | 0.79 | 0.05 | 0.06 | 303.49 | 0.86 | 0.57 |
| Hex | EF | 32 | E4 | 0 | 4F | 5 | 6 | 12F | 56 | 39 |
| Octal | 357 | 62 | 344 | 0 | 117 | 5 | 6 | 457 | 126 | 71 |
| Binary | 11101111 | 110010 | 11100100 | 0 | 1001111 | 101 | 110 | 100101111 | 1010110 | 111001 |
Color Harmonies of #EF32E4
Complementary color
Monochromatic Colors of #EF32E4
Black with #EF32E4
Text Example
Text Example
White with #EF32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32E4; }
p { color: rgb(239,50,228); }
H1.HeaderClassName
{
color: #EF32E4;
}
.AnyTagClassName
{
color: #EF32E4;
}
</style>
background-color css
<style>
a { background-color: #EF32E4; }
a { background-color: rgb(239,50,228); }
div.DivClassName
{
background-color: #EF32E4;
}
.BgClassName
{
background-color: #EF32E4;
}
</style>
border-color css
<style>
span { border-color: #EF32E4; }
span { border-color: rgb(239,50,228); }
td.TdClassName
{
border-color: #EF32E4;
}
.TagClassName
{
border-color: #EF32E4;
}
</style>