Shades of Razzle Dazzle Rose #E83CBC
Tints of Razzle Dazzle Rose #E83CBC
RGB
CMYK
RGB Variations
Color information
#E83CBC (or 0xE83CBC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3C and BC. RGB value is (232,60,188). Sum of RGB (Red+Green+Blue) = 232+60+188=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83CBC is #17C343. Grayscale: #7D7D7D. Windows color (decimal): -1557316 or 12336360. OLE color: 12336360.
HSL color Cylindrical-coordinate representation of color #E83CBC: hue angle of 315.35º 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 #E83CBC is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 188 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.09 |
| HSL | 315.35º | 0.79% | 0.57% | - |
| HSV(B) | 315.35º | 0.74% | 0.91% | - |
| XYZ | 43.97 | 24.02 | 49.9 | - |
| YUV | 126.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 188 | 0 | 0.74 | 0.19 | 0.09 | 315.35 | 0.79 | 0.57 |
| Hex | E8 | 3C | BC | 0 | 4A | 13 | 9 | 13B | 4F | 39 |
| Octal | 350 | 74 | 274 | 0 | 112 | 23 | 11 | 473 | 117 | 71 |
| Binary | 11101000 | 111100 | 10111100 | 0 | 1001010 | 10011 | 1001 | 100111011 | 1001111 | 111001 |
Color Harmonies of #E83CBC
Complementary color
Monochromatic Colors of #E83CBC
Black with #E83CBC
Text Example
Text Example
White with #E83CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CBC; }
p { color: rgb(232,60,188); }
H1.HeaderClassName
{
color: #E83CBC;
}
.AnyTagClassName
{
color: #E83CBC;
}
</style>
background-color css
<style>
a { background-color: #E83CBC; }
a { background-color: rgb(232,60,188); }
div.DivClassName
{
background-color: #E83CBC;
}
.BgClassName
{
background-color: #E83CBC;
}
</style>
border-color css
<style>
span { border-color: #E83CBC; }
span { border-color: rgb(232,60,188); }
td.TdClassName
{
border-color: #E83CBC;
}
.TagClassName
{
border-color: #E83CBC;
}
</style>