Shades of Razzle Dazzle Rose #E830CC
Tints of Razzle Dazzle Rose #E830CC
RGB
CMYK
RGB Variations
Color information
#E830CC (or 0xE830CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and CC. RGB value is (232,48,204). Sum of RGB (Red+Green+Blue) = 232+48+204=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E830CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830CC is #17CF33. Grayscale: #787878. Windows color (decimal): -1560372 or 13381864. OLE color: 13381864.
HSL color Cylindrical-coordinate representation of color #E830CC: hue angle of 309.13º 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 #E830CC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 204 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.09 |
| HSL | 309.13º | 0.8% | 0.55% | - |
| HSV(B) | 309.13º | 0.79% | 0.91% | - |
| XYZ | 45.23 | 23.63 | 59.3 | - |
| YUV | 120.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 204 | 0 | 0.79 | 0.12 | 0.09 | 309.13 | 0.8 | 0.55 |
| Hex | E8 | 30 | CC | 0 | 4F | C | 9 | 135 | 50 | 37 |
| Octal | 350 | 60 | 314 | 0 | 117 | 14 | 11 | 465 | 120 | 67 |
| Binary | 11101000 | 110000 | 11001100 | 0 | 1001111 | 1100 | 1001 | 100110101 | 1010000 | 110111 |
Color Harmonies of #E830CC
Complementary color
Monochromatic Colors of #E830CC
Black with #E830CC
Text Example
Text Example
White with #E830CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830CC; }
p { color: rgb(232,48,204); }
H1.HeaderClassName
{
color: #E830CC;
}
.AnyTagClassName
{
color: #E830CC;
}
</style>
background-color css
<style>
a { background-color: #E830CC; }
a { background-color: rgb(232,48,204); }
div.DivClassName
{
background-color: #E830CC;
}
.BgClassName
{
background-color: #E830CC;
}
</style>
border-color css
<style>
span { border-color: #E830CC; }
span { border-color: rgb(232,48,204); }
td.TdClassName
{
border-color: #E830CC;
}
.TagClassName
{
border-color: #E830CC;
}
</style>