Shades of Razzle Dazzle Rose #E925D8
Tints of Razzle Dazzle Rose #E925D8
RGB
CMYK
RGB Variations
Color information
#E925D8 (or 0xE925D8) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and D8. RGB value is (233,37,216). Sum of RGB (Red+Green+Blue) = 233+37+216=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E925D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925D8 is #16DA27. Grayscale: #737373. Windows color (decimal): -1497640 or 14165481. OLE color: 14165481.
HSL color Cylindrical-coordinate representation of color #E925D8: hue angle of 305.2º 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 #E925D8 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 216 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.09 |
| HSL | 305.2º | 0.82% | 0.53% | - |
| HSV(B) | 305.2º | 0.84% | 0.91% | - |
| XYZ | 46.66 | 23.6 | 67.06 | - |
| YUV | 116.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 216 | 0 | 0.84 | 0.07 | 0.09 | 305.2 | 0.82 | 0.53 |
| Hex | E9 | 25 | D8 | 0 | 54 | 7 | 9 | 131 | 52 | 35 |
| Octal | 351 | 45 | 330 | 0 | 124 | 7 | 11 | 461 | 122 | 65 |
| Binary | 11101001 | 100101 | 11011000 | 0 | 1010100 | 111 | 1001 | 100110001 | 1010010 | 110101 |
Color Harmonies of #E925D8
Complementary color
Monochromatic Colors of #E925D8
Black with #E925D8
Text Example
Text Example
White with #E925D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925D8; }
p { color: rgb(233,37,216); }
H1.HeaderClassName
{
color: #E925D8;
}
.AnyTagClassName
{
color: #E925D8;
}
</style>
background-color css
<style>
a { background-color: #E925D8; }
a { background-color: rgb(233,37,216); }
div.DivClassName
{
background-color: #E925D8;
}
.BgClassName
{
background-color: #E925D8;
}
</style>
border-color css
<style>
span { border-color: #E925D8; }
span { border-color: rgb(233,37,216); }
td.TdClassName
{
border-color: #E925D8;
}
.TagClassName
{
border-color: #E925D8;
}
</style>