Shades of Razzle Dazzle Rose #E827DB
Tints of Razzle Dazzle Rose #E827DB
RGB
CMYK
RGB Variations
Color information
#E827DB (or 0xE827DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 27 and DB. RGB value is (232,39,219). Sum of RGB (Red+Green+Blue) = 232+39+219=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E827DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E827DB is #17D824. Grayscale: #747474. Windows color (decimal): -1562661 or 14362600. OLE color: 14362600.
HSL color Cylindrical-coordinate representation of color #E827DB: hue angle of 304.04º degrees, saturation: 0.81, 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 #E827DB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.09 |
| HSL | 304.04º | 0.81% | 0.53% | - |
| HSV(B) | 304.04º | 0.83% | 0.91% | - |
| XYZ | 46.79 | 23.72 | 69.13 | - |
| YUV | 117.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 219 | 0 | 0.83 | 0.06 | 0.09 | 304.04 | 0.81 | 0.53 |
| Hex | E8 | 27 | DB | 0 | 53 | 6 | 9 | 130 | 51 | 35 |
| Octal | 350 | 47 | 333 | 0 | 123 | 6 | 11 | 460 | 121 | 65 |
| Binary | 11101000 | 100111 | 11011011 | 0 | 1010011 | 110 | 1001 | 100110000 | 1010001 | 110101 |
Color Harmonies of #E827DB
Complementary color
Monochromatic Colors of #E827DB
Black with #E827DB
Text Example
Text Example
White with #E827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827DB; }
p { color: rgb(232,39,219); }
H1.HeaderClassName
{
color: #E827DB;
}
.AnyTagClassName
{
color: #E827DB;
}
</style>
background-color css
<style>
a { background-color: #E827DB; }
a { background-color: rgb(232,39,219); }
div.DivClassName
{
background-color: #E827DB;
}
.BgClassName
{
background-color: #E827DB;
}
</style>
border-color css
<style>
span { border-color: #E827DB; }
span { border-color: rgb(232,39,219); }
td.TdClassName
{
border-color: #E827DB;
}
.TagClassName
{
border-color: #E827DB;
}
</style>