Shades of Razzle Dazzle Rose #E83CCA
Tints of Razzle Dazzle Rose #E83CCA
RGB
CMYK
RGB Variations
Color information
#E83CCA (or 0xE83CCA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3C and CA. RGB value is (232,60,202). Sum of RGB (Red+Green+Blue) = 232+60+202=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83CCA is #17C335. Grayscale: #7F7F7F. Windows color (decimal): -1557302 or 13253864. OLE color: 13253864.
HSL color Cylindrical-coordinate representation of color #E83CCA: hue angle of 310.47º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83CCA is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 202 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.09 |
| HSL | 310.47º | 0.79% | 0.57% | - |
| HSV(B) | 310.47º | 0.74% | 0.91% | - |
| XYZ | 45.56 | 24.65 | 58.23 | - |
| YUV | 127.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 202 | 0 | 0.74 | 0.13 | 0.09 | 310.47 | 0.79 | 0.57 |
| Hex | E8 | 3C | CA | 0 | 4A | D | 9 | 136 | 4F | 39 |
| Octal | 350 | 74 | 312 | 0 | 112 | 15 | 11 | 466 | 117 | 71 |
| Binary | 11101000 | 111100 | 11001010 | 0 | 1001010 | 1101 | 1001 | 100110110 | 1001111 | 111001 |
Color Harmonies of #E83CCA
Complementary color
Monochromatic Colors of #E83CCA
Black with #E83CCA
Text Example
Text Example
White with #E83CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CCA; }
p { color: rgb(232,60,202); }
H1.HeaderClassName
{
color: #E83CCA;
}
.AnyTagClassName
{
color: #E83CCA;
}
</style>
background-color css
<style>
a { background-color: #E83CCA; }
a { background-color: rgb(232,60,202); }
div.DivClassName
{
background-color: #E83CCA;
}
.BgClassName
{
background-color: #E83CCA;
}
</style>
border-color css
<style>
span { border-color: #E83CCA; }
span { border-color: rgb(232,60,202); }
td.TdClassName
{
border-color: #E83CCA;
}
.TagClassName
{
border-color: #E83CCA;
}
</style>