Shades of Razzle Dazzle Rose #E835D8
Tints of Razzle Dazzle Rose #E835D8
RGB
CMYK
RGB Variations
Color information
#E835D8 (or 0xE835D8) is known color: Razzle Dazzle Rose. HEX triplet: E8, 35 and D8. RGB value is (232,53,216). Sum of RGB (Red+Green+Blue) = 232+53+216=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E835D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E835D8 is #17CA27. Grayscale: #7C7C7C. Windows color (decimal): -1559080 or 14169576. OLE color: 14169576.
HSL color Cylindrical-coordinate representation of color #E835D8: hue angle of 305.36º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E835D8 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 216 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.09 |
| HSL | 305.36º | 0.8% | 0.56% | - |
| HSV(B) | 305.36º | 0.77% | 0.91% | - |
| XYZ | 46.95 | 24.66 | 67.25 | - |
| YUV | 125.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 216 | 0 | 0.77 | 0.07 | 0.09 | 305.36 | 0.8 | 0.56 |
| Hex | E8 | 35 | D8 | 0 | 4D | 7 | 9 | 131 | 50 | 38 |
| Octal | 350 | 65 | 330 | 0 | 115 | 7 | 11 | 461 | 120 | 70 |
| Binary | 11101000 | 110101 | 11011000 | 0 | 1001101 | 111 | 1001 | 100110001 | 1010000 | 111000 |
Color Harmonies of #E835D8
Complementary color
Monochromatic Colors of #E835D8
Black with #E835D8
Text Example
Text Example
White with #E835D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E835D8; }
p { color: rgb(232,53,216); }
H1.HeaderClassName
{
color: #E835D8;
}
.AnyTagClassName
{
color: #E835D8;
}
</style>
background-color css
<style>
a { background-color: #E835D8; }
a { background-color: rgb(232,53,216); }
div.DivClassName
{
background-color: #E835D8;
}
.BgClassName
{
background-color: #E835D8;
}
</style>
border-color css
<style>
span { border-color: #E835D8; }
span { border-color: rgb(232,53,216); }
td.TdClassName
{
border-color: #E835D8;
}
.TagClassName
{
border-color: #E835D8;
}
</style>