Shades of Razzle Dazzle Rose #E73BC9
Tints of Razzle Dazzle Rose #E73BC9
RGB
CMYK
RGB Variations
Color information
#E73BC9 (or 0xE73BC9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3B and C9. RGB value is (231,59,201). Sum of RGB (Red+Green+Blue) = 231+59+201=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73BC9 is #18C436. Grayscale: #7E7E7E. Windows color (decimal): -1623095 or 13188071. OLE color: 13188071.
HSL color Cylindrical-coordinate representation of color #E73BC9: hue angle of 310.47º degrees, saturation: 0.78, 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 #E73BC9 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 201 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.09 |
| HSL | 310.47º | 0.78% | 0.57% | - |
| HSV(B) | 310.47º | 0.74% | 0.91% | - |
| XYZ | 45.06 | 24.33 | 57.58 | - |
| YUV | 126.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 201 | 0 | 0.74 | 0.13 | 0.09 | 310.47 | 0.78 | 0.57 |
| Hex | E7 | 3B | C9 | 0 | 4A | D | 9 | 136 | 4E | 39 |
| Octal | 347 | 73 | 311 | 0 | 112 | 15 | 11 | 466 | 116 | 71 |
| Binary | 11100111 | 111011 | 11001001 | 0 | 1001010 | 1101 | 1001 | 100110110 | 1001110 | 111001 |
Color Harmonies of #E73BC9
Complementary color
Monochromatic Colors of #E73BC9
Black with #E73BC9
Text Example
Text Example
White with #E73BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BC9; }
p { color: rgb(231,59,201); }
H1.HeaderClassName
{
color: #E73BC9;
}
.AnyTagClassName
{
color: #E73BC9;
}
</style>
background-color css
<style>
a { background-color: #E73BC9; }
a { background-color: rgb(231,59,201); }
div.DivClassName
{
background-color: #E73BC9;
}
.BgClassName
{
background-color: #E73BC9;
}
</style>
border-color css
<style>
span { border-color: #E73BC9; }
span { border-color: rgb(231,59,201); }
td.TdClassName
{
border-color: #E73BC9;
}
.TagClassName
{
border-color: #E73BC9;
}
</style>