Shades of Razzle Dazzle Rose #EF25E3
Tints of Razzle Dazzle Rose #EF25E3
RGB
CMYK
RGB Variations
Color information
#EF25E3 (or 0xEF25E3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and E3. RGB value is (239,37,227). Sum of RGB (Red+Green+Blue) = 239+37+227=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25E3 is #10DA1C. Grayscale: #767676. Windows color (decimal): -1104413 or 14886383. OLE color: 14886383.
HSL color Cylindrical-coordinate representation of color #EF25E3: hue angle of 303.56º 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 #EF25E3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 227 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.06 |
| HSL | 303.56º | 0.86% | 0.54% | - |
| HSV(B) | 303.56º | 0.85% | 0.94% | - |
| XYZ | 50.12 | 25.22 | 74.9 | - |
| YUV | 119.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 227 | 0 | 0.85 | 0.05 | 0.06 | 303.56 | 0.86 | 0.54 |
| Hex | EF | 25 | E3 | 0 | 55 | 5 | 6 | 130 | 56 | 36 |
| Octal | 357 | 45 | 343 | 0 | 125 | 5 | 6 | 460 | 126 | 66 |
| Binary | 11101111 | 100101 | 11100011 | 0 | 1010101 | 101 | 110 | 100110000 | 1010110 | 110110 |
Color Harmonies of #EF25E3
Complementary color
Monochromatic Colors of #EF25E3
Black with #EF25E3
Text Example
Text Example
White with #EF25E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25E3; }
p { color: rgb(239,37,227); }
H1.HeaderClassName
{
color: #EF25E3;
}
.AnyTagClassName
{
color: #EF25E3;
}
</style>
background-color css
<style>
a { background-color: #EF25E3; }
a { background-color: rgb(239,37,227); }
div.DivClassName
{
background-color: #EF25E3;
}
.BgClassName
{
background-color: #EF25E3;
}
</style>
border-color css
<style>
span { border-color: #EF25E3; }
span { border-color: rgb(239,37,227); }
td.TdClassName
{
border-color: #EF25E3;
}
.TagClassName
{
border-color: #EF25E3;
}
</style>