Shades of Razzle Dazzle Rose #E833D0
Tints of Razzle Dazzle Rose #E833D0
RGB
CMYK
RGB Variations
Color information
#E833D0 (or 0xE833D0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 33 and D0. RGB value is (232,51,208). Sum of RGB (Red+Green+Blue) = 232+51+208=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E833D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E833D0 is #17CC2F. Grayscale: #7A7A7A. Windows color (decimal): -1559600 or 13644776. OLE color: 13644776.
HSL color Cylindrical-coordinate representation of color #E833D0: hue angle of 307.96º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E833D0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 208 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.09 |
| HSL | 307.96º | 0.8% | 0.55% | - |
| HSV(B) | 307.96º | 0.78% | 0.91% | - |
| XYZ | 45.85 | 24.08 | 61.91 | - |
| YUV | 123.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 208 | 0 | 0.78 | 0.10 | 0.09 | 307.96 | 0.8 | 0.55 |
| Hex | E8 | 33 | D0 | 0 | 4E | A | 9 | 134 | 50 | 37 |
| Octal | 350 | 63 | 320 | 0 | 116 | 12 | 11 | 464 | 120 | 67 |
| Binary | 11101000 | 110011 | 11010000 | 0 | 1001110 | 1010 | 1001 | 100110100 | 1010000 | 110111 |
Color Harmonies of #E833D0
Complementary color
Monochromatic Colors of #E833D0
Black with #E833D0
Text Example
Text Example
White with #E833D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E833D0; }
p { color: rgb(232,51,208); }
H1.HeaderClassName
{
color: #E833D0;
}
.AnyTagClassName
{
color: #E833D0;
}
</style>
background-color css
<style>
a { background-color: #E833D0; }
a { background-color: rgb(232,51,208); }
div.DivClassName
{
background-color: #E833D0;
}
.BgClassName
{
background-color: #E833D0;
}
</style>
border-color css
<style>
span { border-color: #E833D0; }
span { border-color: rgb(232,51,208); }
td.TdClassName
{
border-color: #E833D0;
}
.TagClassName
{
border-color: #E833D0;
}
</style>