Shades of Razzle Dazzle Rose #E928DC
Tints of Razzle Dazzle Rose #E928DC
RGB
CMYK
RGB Variations
Color information
#E928DC (or 0xE928DC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 28 and DC. RGB value is (233,40,220). Sum of RGB (Red+Green+Blue) = 233+40+220=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E928DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E928DC is #16D723. Grayscale: #757575. Windows color (decimal): -1496868 or 14428393. OLE color: 14428393.
HSL color Cylindrical-coordinate representation of color #E928DC: hue angle of 304.04º 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 #E928DC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 220 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.09 |
| HSL | 304.04º | 0.81% | 0.54% | - |
| HSV(B) | 304.04º | 0.83% | 0.91% | - |
| XYZ | 47.28 | 24.01 | 69.85 | - |
| YUV | 118.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 220 | 0 | 0.83 | 0.06 | 0.09 | 304.04 | 0.81 | 0.54 |
| Hex | E9 | 28 | DC | 0 | 53 | 6 | 9 | 130 | 51 | 36 |
| Octal | 351 | 50 | 334 | 0 | 123 | 6 | 11 | 460 | 121 | 66 |
| Binary | 11101001 | 101000 | 11011100 | 0 | 1010011 | 110 | 1001 | 100110000 | 1010001 | 110110 |
Color Harmonies of #E928DC
Complementary color
Monochromatic Colors of #E928DC
Black with #E928DC
Text Example
Text Example
White with #E928DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928DC; }
p { color: rgb(233,40,220); }
H1.HeaderClassName
{
color: #E928DC;
}
.AnyTagClassName
{
color: #E928DC;
}
</style>
background-color css
<style>
a { background-color: #E928DC; }
a { background-color: rgb(233,40,220); }
div.DivClassName
{
background-color: #E928DC;
}
.BgClassName
{
background-color: #E928DC;
}
</style>
border-color css
<style>
span { border-color: #E928DC; }
span { border-color: rgb(233,40,220); }
td.TdClassName
{
border-color: #E928DC;
}
.TagClassName
{
border-color: #E928DC;
}
</style>