Shades of Razzle Dazzle Rose #E83BCB
Tints of Razzle Dazzle Rose #E83BCB
RGB
CMYK
RGB Variations
Color information
#E83BCB (or 0xE83BCB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3B and CB. RGB value is (232,59,203). Sum of RGB (Red+Green+Blue) = 232+59+203=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83BCB is #17C434. Grayscale: #7E7E7E. Windows color (decimal): -1557557 or 13319144. OLE color: 13319144.
HSL color Cylindrical-coordinate representation of color #E83BCB: hue angle of 310.06º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83BCB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 203 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.09 |
| HSL | 310.06º | 0.79% | 0.57% | - |
| HSV(B) | 310.06º | 0.75% | 0.91% | - |
| XYZ | 45.62 | 24.6 | 58.84 | - |
| YUV | 127.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 203 | 0 | 0.75 | 0.12 | 0.09 | 310.06 | 0.79 | 0.57 |
| Hex | E8 | 3B | CB | 0 | 4B | C | 9 | 136 | 4F | 39 |
| Octal | 350 | 73 | 313 | 0 | 113 | 14 | 11 | 466 | 117 | 71 |
| Binary | 11101000 | 111011 | 11001011 | 0 | 1001011 | 1100 | 1001 | 100110110 | 1001111 | 111001 |
Color Harmonies of #E83BCB
Complementary color
Monochromatic Colors of #E83BCB
Black with #E83BCB
Text Example
Text Example
White with #E83BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BCB; }
p { color: rgb(232,59,203); }
H1.HeaderClassName
{
color: #E83BCB;
}
.AnyTagClassName
{
color: #E83BCB;
}
</style>
background-color css
<style>
a { background-color: #E83BCB; }
a { background-color: rgb(232,59,203); }
div.DivClassName
{
background-color: #E83BCB;
}
.BgClassName
{
background-color: #E83BCB;
}
</style>
border-color css
<style>
span { border-color: #E83BCB; }
span { border-color: rgb(232,59,203); }
td.TdClassName
{
border-color: #E83BCB;
}
.TagClassName
{
border-color: #E83BCB;
}
</style>