Shades of Razzle Dazzle Rose #E925DF
Tints of Razzle Dazzle Rose #E925DF
RGB
CMYK
RGB Variations
Color information
#E925DF (or 0xE925DF) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and DF. RGB value is (233,37,223). Sum of RGB (Red+Green+Blue) = 233+37+223=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E925DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925DF is #16DA20. Grayscale: #747474. Windows color (decimal): -1497633 or 14624233. OLE color: 14624233.
HSL color Cylindrical-coordinate representation of color #E925DF: hue angle of 303.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E925DF is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 223 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.09 |
| HSL | 303.06º | 0.82% | 0.53% | - |
| HSV(B) | 303.06º | 0.84% | 0.91% | - |
| XYZ | 47.59 | 23.97 | 71.93 | - |
| YUV | 116.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 223 | 0 | 0.84 | 0.04 | 0.09 | 303.06 | 0.82 | 0.53 |
| Hex | E9 | 25 | DF | 0 | 54 | 4 | 9 | 12F | 52 | 35 |
| Octal | 351 | 45 | 337 | 0 | 124 | 4 | 11 | 457 | 122 | 65 |
| Binary | 11101001 | 100101 | 11011111 | 0 | 1010100 | 100 | 1001 | 100101111 | 1010010 | 110101 |
Color Harmonies of #E925DF
Complementary color
Monochromatic Colors of #E925DF
Black with #E925DF
Text Example
Text Example
White with #E925DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925DF; }
p { color: rgb(233,37,223); }
H1.HeaderClassName
{
color: #E925DF;
}
.AnyTagClassName
{
color: #E925DF;
}
</style>
background-color css
<style>
a { background-color: #E925DF; }
a { background-color: rgb(233,37,223); }
div.DivClassName
{
background-color: #E925DF;
}
.BgClassName
{
background-color: #E925DF;
}
</style>
border-color css
<style>
span { border-color: #E925DF; }
span { border-color: rgb(233,37,223); }
td.TdClassName
{
border-color: #E925DF;
}
.TagClassName
{
border-color: #E925DF;
}
</style>