Shades of Razzle Dazzle Rose #E928C9
Tints of Razzle Dazzle Rose #E928C9
RGB
CMYK
RGB Variations
Color information
#E928C9 (or 0xE928C9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 28 and C9. RGB value is (233,40,201). Sum of RGB (Red+Green+Blue) = 233+40+201=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E928C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E928C9 is #16D736. Grayscale: #737373. Windows color (decimal): -1496887 or 13183209. OLE color: 13183209.
HSL color Cylindrical-coordinate representation of color #E928C9: hue angle of 309.95º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928C9 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 201 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.09 |
| HSL | 309.95º | 0.81% | 0.54% | - |
| HSV(B) | 309.95º | 0.83% | 0.91% | - |
| XYZ | 44.91 | 23.06 | 57.34 | - |
| YUV | 116.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 201 | 0 | 0.83 | 0.14 | 0.09 | 309.95 | 0.81 | 0.54 |
| Hex | E9 | 28 | C9 | 0 | 53 | E | 9 | 136 | 51 | 36 |
| Octal | 351 | 50 | 311 | 0 | 123 | 16 | 11 | 466 | 121 | 66 |
| Binary | 11101001 | 101000 | 11001001 | 0 | 1010011 | 1110 | 1001 | 100110110 | 1010001 | 110110 |
Color Harmonies of #E928C9
Complementary color
Monochromatic Colors of #E928C9
Black with #E928C9
Text Example
Text Example
White with #E928C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928C9; }
p { color: rgb(233,40,201); }
H1.HeaderClassName
{
color: #E928C9;
}
.AnyTagClassName
{
color: #E928C9;
}
</style>
background-color css
<style>
a { background-color: #E928C9; }
a { background-color: rgb(233,40,201); }
div.DivClassName
{
background-color: #E928C9;
}
.BgClassName
{
background-color: #E928C9;
}
</style>
border-color css
<style>
span { border-color: #E928C9; }
span { border-color: rgb(233,40,201); }
td.TdClassName
{
border-color: #E928C9;
}
.TagClassName
{
border-color: #E928C9;
}
</style>