Shades of Razzle Dazzle Rose #E833CD
Tints of Razzle Dazzle Rose #E833CD
RGB
CMYK
RGB Variations
Color information
#E833CD (or 0xE833CD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 33 and CD. RGB value is (232,51,205). Sum of RGB (Red+Green+Blue) = 232+51+205=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E833CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E833CD is #17CC32. Grayscale: #7A7A7A. Windows color (decimal): -1559603 or 13448168. OLE color: 13448168.
HSL color Cylindrical-coordinate representation of color #E833CD: hue angle of 308.95º 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 #E833CD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 205 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.09 |
| HSL | 308.95º | 0.8% | 0.55% | - |
| HSV(B) | 308.95º | 0.78% | 0.91% | - |
| XYZ | 45.48 | 23.93 | 59.98 | - |
| YUV | 122.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 205 | 0 | 0.78 | 0.12 | 0.09 | 308.95 | 0.8 | 0.55 |
| Hex | E8 | 33 | CD | 0 | 4E | C | 9 | 135 | 50 | 37 |
| Octal | 350 | 63 | 315 | 0 | 116 | 14 | 11 | 465 | 120 | 67 |
| Binary | 11101000 | 110011 | 11001101 | 0 | 1001110 | 1100 | 1001 | 100110101 | 1010000 | 110111 |
Color Harmonies of #E833CD
Complementary color
Monochromatic Colors of #E833CD
Black with #E833CD
Text Example
Text Example
White with #E833CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E833CD; }
p { color: rgb(232,51,205); }
H1.HeaderClassName
{
color: #E833CD;
}
.AnyTagClassName
{
color: #E833CD;
}
</style>
background-color css
<style>
a { background-color: #E833CD; }
a { background-color: rgb(232,51,205); }
div.DivClassName
{
background-color: #E833CD;
}
.BgClassName
{
background-color: #E833CD;
}
</style>
border-color css
<style>
span { border-color: #E833CD; }
span { border-color: rgb(232,51,205); }
td.TdClassName
{
border-color: #E833CD;
}
.TagClassName
{
border-color: #E833CD;
}
</style>