Shades of Razzle Dazzle Rose #E834D0
Tints of Razzle Dazzle Rose #E834D0
RGB
CMYK
RGB Variations
Color information
#E834D0 (or 0xE834D0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 34 and D0. RGB value is (232,52,208). Sum of RGB (Red+Green+Blue) = 232+52+208=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E834D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834D0 is #17CB2F. Grayscale: #7B7B7B. Windows color (decimal): -1559344 or 13645032. OLE color: 13645032.
HSL color Cylindrical-coordinate representation of color #E834D0: hue angle of 308º 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 #E834D0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 208 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.09 |
| HSL | 308º | 0.8% | 0.56% | - |
| HSV(B) | 308º | 0.78% | 0.91% | - |
| XYZ | 45.89 | 24.17 | 61.92 | - |
| YUV | 123.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 208 | 0 | 0.78 | 0.10 | 0.09 | 308 | 0.8 | 0.56 |
| Hex | E8 | 34 | D0 | 0 | 4E | A | 9 | 134 | 50 | 38 |
| Octal | 350 | 64 | 320 | 0 | 116 | 12 | 11 | 464 | 120 | 70 |
| Binary | 11101000 | 110100 | 11010000 | 0 | 1001110 | 1010 | 1001 | 100110100 | 1010000 | 111000 |
Color Harmonies of #E834D0
Complementary color
Monochromatic Colors of #E834D0
Black with #E834D0
Text Example
Text Example
White with #E834D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E834D0; }
p { color: rgb(232,52,208); }
H1.HeaderClassName
{
color: #E834D0;
}
.AnyTagClassName
{
color: #E834D0;
}
</style>
background-color css
<style>
a { background-color: #E834D0; }
a { background-color: rgb(232,52,208); }
div.DivClassName
{
background-color: #E834D0;
}
.BgClassName
{
background-color: #E834D0;
}
</style>
border-color css
<style>
span { border-color: #E834D0; }
span { border-color: rgb(232,52,208); }
td.TdClassName
{
border-color: #E834D0;
}
.TagClassName
{
border-color: #E834D0;
}
</style>