Shades of Razzle Dazzle Rose #E925D9
Tints of Razzle Dazzle Rose #E925D9
RGB
CMYK
RGB Variations
Color information
#E925D9 (or 0xE925D9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and D9. RGB value is (233,37,217). Sum of RGB (Red+Green+Blue) = 233+37+217=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E925D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925D9 is #16DA26. Grayscale: #737373. Windows color (decimal): -1497639 or 14231017. OLE color: 14231017.
HSL color Cylindrical-coordinate representation of color #E925D9: hue angle of 304.9º 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 #E925D9 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 217 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.09 |
| HSL | 304.9º | 0.82% | 0.53% | - |
| HSV(B) | 304.9º | 0.84% | 0.91% | - |
| XYZ | 46.79 | 23.66 | 67.75 | - |
| YUV | 116.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 217 | 0 | 0.84 | 0.07 | 0.09 | 304.9 | 0.82 | 0.53 |
| Hex | E9 | 25 | D9 | 0 | 54 | 7 | 9 | 131 | 52 | 35 |
| Octal | 351 | 45 | 331 | 0 | 124 | 7 | 11 | 461 | 122 | 65 |
| Binary | 11101001 | 100101 | 11011001 | 0 | 1010100 | 111 | 1001 | 100110001 | 1010010 | 110101 |
Color Harmonies of #E925D9
Complementary color
Monochromatic Colors of #E925D9
Black with #E925D9
Text Example
Text Example
White with #E925D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925D9; }
p { color: rgb(233,37,217); }
H1.HeaderClassName
{
color: #E925D9;
}
.AnyTagClassName
{
color: #E925D9;
}
</style>
background-color css
<style>
a { background-color: #E925D9; }
a { background-color: rgb(233,37,217); }
div.DivClassName
{
background-color: #E925D9;
}
.BgClassName
{
background-color: #E925D9;
}
</style>
border-color css
<style>
span { border-color: #E925D9; }
span { border-color: rgb(233,37,217); }
td.TdClassName
{
border-color: #E925D9;
}
.TagClassName
{
border-color: #E925D9;
}
</style>