Shades of Razzle Dazzle Rose #E830C5
Tints of Razzle Dazzle Rose #E830C5
RGB
CMYK
RGB Variations
Color information
#E830C5 (or 0xE830C5) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and C5. RGB value is (232,48,197). Sum of RGB (Red+Green+Blue) = 232+48+197=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E830C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830C5 is #17CF3A. Grayscale: #777777. Windows color (decimal): -1560379 or 12923112. OLE color: 12923112.
HSL color Cylindrical-coordinate representation of color #E830C5: hue angle of 311.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E830C5 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 197 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.09 |
| HSL | 311.41º | 0.8% | 0.55% | - |
| HSV(B) | 311.41º | 0.79% | 0.91% | - |
| XYZ | 44.41 | 23.3 | 54.98 | - |
| YUV | 120 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 197 | 0 | 0.79 | 0.15 | 0.09 | 311.41 | 0.8 | 0.55 |
| Hex | E8 | 30 | C5 | 0 | 4F | F | 9 | 137 | 50 | 37 |
| Octal | 350 | 60 | 305 | 0 | 117 | 17 | 11 | 467 | 120 | 67 |
| Binary | 11101000 | 110000 | 11000101 | 0 | 1001111 | 1111 | 1001 | 100110111 | 1010000 | 110111 |
Color Harmonies of #E830C5
Complementary color
Monochromatic Colors of #E830C5
Black with #E830C5
Text Example
Text Example
White with #E830C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830C5; }
p { color: rgb(232,48,197); }
H1.HeaderClassName
{
color: #E830C5;
}
.AnyTagClassName
{
color: #E830C5;
}
</style>
background-color css
<style>
a { background-color: #E830C5; }
a { background-color: rgb(232,48,197); }
div.DivClassName
{
background-color: #E830C5;
}
.BgClassName
{
background-color: #E830C5;
}
</style>
border-color css
<style>
span { border-color: #E830C5; }
span { border-color: rgb(232,48,197); }
td.TdClassName
{
border-color: #E830C5;
}
.TagClassName
{
border-color: #E830C5;
}
</style>