Shades of Razzle Dazzle Rose #EF25E9
Tints of Razzle Dazzle Rose #EF25E9
RGB
CMYK
RGB Variations
Color information
#EF25E9 (or 0xEF25E9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and E9. RGB value is (239,37,233). Sum of RGB (Red+Green+Blue) = 239+37+233=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25E9 is #10DA16. Grayscale: #777777. Windows color (decimal): -1104407 or 15279599. OLE color: 15279599.
HSL color Cylindrical-coordinate representation of color #EF25E9: hue angle of 301.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25E9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 233 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.06 |
| HSL | 301.78º | 0.86% | 0.54% | - |
| HSV(B) | 301.78º | 0.85% | 0.94% | - |
| XYZ | 50.97 | 25.56 | 79.34 | - |
| YUV | 119.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 233 | 0 | 0.85 | 0.03 | 0.06 | 301.78 | 0.86 | 0.54 |
| Hex | EF | 25 | E9 | 0 | 55 | 3 | 6 | 12E | 56 | 36 |
| Octal | 357 | 45 | 351 | 0 | 125 | 3 | 6 | 456 | 126 | 66 |
| Binary | 11101111 | 100101 | 11101001 | 0 | 1010101 | 11 | 110 | 100101110 | 1010110 | 110110 |
Color Harmonies of #EF25E9
Complementary color
Monochromatic Colors of #EF25E9
Black with #EF25E9
Text Example
Text Example
White with #EF25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25E9; }
p { color: rgb(239,37,233); }
H1.HeaderClassName
{
color: #EF25E9;
}
.AnyTagClassName
{
color: #EF25E9;
}
</style>
background-color css
<style>
a { background-color: #EF25E9; }
a { background-color: rgb(239,37,233); }
div.DivClassName
{
background-color: #EF25E9;
}
.BgClassName
{
background-color: #EF25E9;
}
</style>
border-color css
<style>
span { border-color: #EF25E9; }
span { border-color: rgb(239,37,233); }
td.TdClassName
{
border-color: #EF25E9;
}
.TagClassName
{
border-color: #EF25E9;
}
</style>