Shades of Razzle Dazzle Rose #E832ED
Tints of Razzle Dazzle Rose #E832ED
RGB
CMYK
RGB Variations
Color information
#E832ED (or 0xE832ED) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and ED. RGB value is (232,50,237). Sum of RGB (Red+Green+Blue) = 232+50+237=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 50 (19.92% from 255 or 9.63% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #E832ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E832ED is #17CD12. Grayscale: #7D7D7D. Windows color (decimal): -1559827 or 15545064. OLE color: 15545064.
HSL color Cylindrical-coordinate representation of color #E832ED: hue angle of 298.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E832ED is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 50 | 237 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.07 |
| HSL | 298.4º | 0.84% | 0.56% | - |
| HSV(B) | 298.4º | 0.79% | 0.93% | - |
| XYZ | 49.71 | 25.55 | 82.43 | - |
| YUV | 125.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 237 | 0.02 | 0.79 | 0 | 0.07 | 298.4 | 0.84 | 0.56 |
| Hex | E8 | 32 | ED | 2 | 4F | 0 | 7 | 12A | 54 | 38 |
| Octal | 350 | 62 | 355 | 2 | 117 | 0 | 7 | 452 | 124 | 70 |
| Binary | 11101000 | 110010 | 11101101 | 10 | 1001111 | 0 | 111 | 100101010 | 1010100 | 111000 |
Color Harmonies of #E832ED
Complementary color
Monochromatic Colors of #E832ED
Black with #E832ED
Text Example
Text Example
White with #E832ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E832ED; }
p { color: rgb(232,50,237); }
H1.HeaderClassName
{
color: #E832ED;
}
.AnyTagClassName
{
color: #E832ED;
}
</style>
background-color css
<style>
a { background-color: #E832ED; }
a { background-color: rgb(232,50,237); }
div.DivClassName
{
background-color: #E832ED;
}
.BgClassName
{
background-color: #E832ED;
}
</style>
border-color css
<style>
span { border-color: #E832ED; }
span { border-color: rgb(232,50,237); }
td.TdClassName
{
border-color: #E832ED;
}
.TagClassName
{
border-color: #E832ED;
}
</style>