Shades of Razzle Dazzle Rose #E830ED
Tints of Razzle Dazzle Rose #E830ED
RGB
CMYK
RGB Variations
Color information
#E830ED (or 0xE830ED) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and ED. RGB value is (232,48,237). Sum of RGB (Red+Green+Blue) = 232+48+237=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #E830ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E830ED is #17CF12. Grayscale: #7B7B7B. Windows color (decimal): -1560339 or 15544552. OLE color: 15544552.
HSL color Cylindrical-coordinate representation of color #E830ED: hue angle of 298.41º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E830ED is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 48 | 237 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.07 |
| HSL | 298.41º | 0.84% | 0.56% | - |
| HSV(B) | 298.41º | 0.8% | 0.93% | - |
| XYZ | 49.62 | 25.38 | 82.41 | - |
| YUV | 124.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 237 | 0.02 | 0.80 | 0 | 0.07 | 298.41 | 0.84 | 0.56 |
| Hex | E8 | 30 | ED | 2 | 50 | 0 | 7 | 12A | 54 | 38 |
| Octal | 350 | 60 | 355 | 2 | 120 | 0 | 7 | 452 | 124 | 70 |
| Binary | 11101000 | 110000 | 11101101 | 10 | 1010000 | 0 | 111 | 100101010 | 1010100 | 111000 |
Color Harmonies of #E830ED
Complementary color
Monochromatic Colors of #E830ED
Black with #E830ED
Text Example
Text Example
White with #E830ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830ED; }
p { color: rgb(232,48,237); }
H1.HeaderClassName
{
color: #E830ED;
}
.AnyTagClassName
{
color: #E830ED;
}
</style>
background-color css
<style>
a { background-color: #E830ED; }
a { background-color: rgb(232,48,237); }
div.DivClassName
{
background-color: #E830ED;
}
.BgClassName
{
background-color: #E830ED;
}
</style>
border-color css
<style>
span { border-color: #E830ED; }
span { border-color: rgb(232,48,237); }
td.TdClassName
{
border-color: #E830ED;
}
.TagClassName
{
border-color: #E830ED;
}
</style>