Shades of Razzle Dazzle Rose #E73BCC
Tints of Razzle Dazzle Rose #E73BCC
RGB
CMYK
RGB Variations
Color information
#E73BCC (or 0xE73BCC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3B and CC. RGB value is (231,59,204). Sum of RGB (Red+Green+Blue) = 231+59+204=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73BCC is #18C433. Grayscale: #7E7E7E. Windows color (decimal): -1623092 or 13384679. OLE color: 13384679.
HSL color Cylindrical-coordinate representation of color #E73BCC: hue angle of 309.42º 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 #E73BCC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 204 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 309.42º | 0.78% | 0.57% | - |
| HSV(B) | 309.42º | 0.74% | 0.91% | - |
| XYZ | 45.42 | 24.48 | 59.46 | - |
| YUV | 126.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 204 | 0 | 0.74 | 0.12 | 0.09 | 309.42 | 0.78 | 0.57 |
| Hex | E7 | 3B | CC | 0 | 4A | C | 9 | 135 | 4E | 39 |
| Octal | 347 | 73 | 314 | 0 | 112 | 14 | 11 | 465 | 116 | 71 |
| Binary | 11100111 | 111011 | 11001100 | 0 | 1001010 | 1100 | 1001 | 100110101 | 1001110 | 111001 |
Color Harmonies of #E73BCC
Complementary color
Monochromatic Colors of #E73BCC
Black with #E73BCC
Text Example
Text Example
White with #E73BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BCC; }
p { color: rgb(231,59,204); }
H1.HeaderClassName
{
color: #E73BCC;
}
.AnyTagClassName
{
color: #E73BCC;
}
</style>
background-color css
<style>
a { background-color: #E73BCC; }
a { background-color: rgb(231,59,204); }
div.DivClassName
{
background-color: #E73BCC;
}
.BgClassName
{
background-color: #E73BCC;
}
</style>
border-color css
<style>
span { border-color: #E73BCC; }
span { border-color: rgb(231,59,204); }
td.TdClassName
{
border-color: #E73BCC;
}
.TagClassName
{
border-color: #E73BCC;
}
</style>