Shades of Razzle Dazzle Rose #E73ACE
Tints of Razzle Dazzle Rose #E73ACE
RGB
CMYK
RGB Variations
Color information
#E73ACE (or 0xE73ACE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and CE. RGB value is (231,58,206). Sum of RGB (Red+Green+Blue) = 231+58+206=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E73ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73ACE is #18C531. Grayscale: #7E7E7E. Windows color (decimal): -1623346 or 13515495. OLE color: 13515495.
HSL color Cylindrical-coordinate representation of color #E73ACE: hue angle of 308.67º degrees, saturation: 0.78, 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 #E73ACE is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 206 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.09 |
| HSL | 308.67º | 0.78% | 0.57% | - |
| HSV(B) | 308.67º | 0.75% | 0.91% | - |
| XYZ | 45.61 | 24.47 | 60.71 | - |
| YUV | 126.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 206 | 0 | 0.75 | 0.11 | 0.09 | 308.67 | 0.78 | 0.57 |
| Hex | E7 | 3A | CE | 0 | 4B | B | 9 | 135 | 4E | 39 |
| Octal | 347 | 72 | 316 | 0 | 113 | 13 | 11 | 465 | 116 | 71 |
| Binary | 11100111 | 111010 | 11001110 | 0 | 1001011 | 1011 | 1001 | 100110101 | 1001110 | 111001 |
Color Harmonies of #E73ACE
Complementary color
Monochromatic Colors of #E73ACE
Black with #E73ACE
Text Example
Text Example
White with #E73ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73ACE; }
p { color: rgb(231,58,206); }
H1.HeaderClassName
{
color: #E73ACE;
}
.AnyTagClassName
{
color: #E73ACE;
}
</style>
background-color css
<style>
a { background-color: #E73ACE; }
a { background-color: rgb(231,58,206); }
div.DivClassName
{
background-color: #E73ACE;
}
.BgClassName
{
background-color: #E73ACE;
}
</style>
border-color css
<style>
span { border-color: #E73ACE; }
span { border-color: rgb(231,58,206); }
td.TdClassName
{
border-color: #E73ACE;
}
.TagClassName
{
border-color: #E73ACE;
}
</style>