Shades of Razzle Dazzle Rose #E927DB
Tints of Razzle Dazzle Rose #E927DB
RGB
CMYK
RGB Variations
Color information
#E927DB (or 0xE927DB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 27 and DB. RGB value is (233,39,219). Sum of RGB (Red+Green+Blue) = 233+39+219=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E927DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E927DB is #16D824. Grayscale: #757575. Windows color (decimal): -1497125 or 14362601. OLE color: 14362601.
HSL color Cylindrical-coordinate representation of color #E927DB: hue angle of 304.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E927DB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.09 |
| HSL | 304.33º | 0.82% | 0.53% | - |
| HSV(B) | 304.33º | 0.83% | 0.91% | - |
| XYZ | 47.12 | 23.89 | 69.15 | - |
| YUV | 117.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 219 | 0 | 0.83 | 0.06 | 0.09 | 304.33 | 0.82 | 0.53 |
| Hex | E9 | 27 | DB | 0 | 53 | 6 | 9 | 130 | 52 | 35 |
| Octal | 351 | 47 | 333 | 0 | 123 | 6 | 11 | 460 | 122 | 65 |
| Binary | 11101001 | 100111 | 11011011 | 0 | 1010011 | 110 | 1001 | 100110000 | 1010010 | 110101 |
Color Harmonies of #E927DB
Complementary color
Monochromatic Colors of #E927DB
Black with #E927DB
Text Example
Text Example
White with #E927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927DB; }
p { color: rgb(233,39,219); }
H1.HeaderClassName
{
color: #E927DB;
}
.AnyTagClassName
{
color: #E927DB;
}
</style>
background-color css
<style>
a { background-color: #E927DB; }
a { background-color: rgb(233,39,219); }
div.DivClassName
{
background-color: #E927DB;
}
.BgClassName
{
background-color: #E927DB;
}
</style>
border-color css
<style>
span { border-color: #E927DB; }
span { border-color: rgb(233,39,219); }
td.TdClassName
{
border-color: #E927DB;
}
.TagClassName
{
border-color: #E927DB;
}
</style>