Shades of Razzle Dazzle Rose #E834DB
Tints of Razzle Dazzle Rose #E834DB
RGB
CMYK
RGB Variations
Color information
#E834DB (or 0xE834DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 34 and DB. RGB value is (232,52,219). Sum of RGB (Red+Green+Blue) = 232+52+219=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E834DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834DB is #17CB24. Grayscale: #7C7C7C. Windows color (decimal): -1559333 or 14365928. OLE color: 14365928.
HSL color Cylindrical-coordinate representation of color #E834DB: hue angle of 304.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E834DB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 219 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.09 |
| HSL | 304.33º | 0.8% | 0.56% | - |
| HSV(B) | 304.33º | 0.78% | 0.91% | - |
| XYZ | 47.29 | 24.73 | 69.3 | - |
| YUV | 124.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 219 | 0 | 0.78 | 0.06 | 0.09 | 304.33 | 0.8 | 0.56 |
| Hex | E8 | 34 | DB | 0 | 4E | 6 | 9 | 130 | 50 | 38 |
| Octal | 350 | 64 | 333 | 0 | 116 | 6 | 11 | 460 | 120 | 70 |
| Binary | 11101000 | 110100 | 11011011 | 0 | 1001110 | 110 | 1001 | 100110000 | 1010000 | 111000 |
Color Harmonies of #E834DB
Complementary color
Monochromatic Colors of #E834DB
Black with #E834DB
Text Example
Text Example
White with #E834DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E834DB; }
p { color: rgb(232,52,219); }
H1.HeaderClassName
{
color: #E834DB;
}
.AnyTagClassName
{
color: #E834DB;
}
</style>
background-color css
<style>
a { background-color: #E834DB; }
a { background-color: rgb(232,52,219); }
div.DivClassName
{
background-color: #E834DB;
}
.BgClassName
{
background-color: #E834DB;
}
</style>
border-color css
<style>
span { border-color: #E834DB; }
span { border-color: rgb(232,52,219); }
td.TdClassName
{
border-color: #E834DB;
}
.TagClassName
{
border-color: #E834DB;
}
</style>