Shades of Razzle Dazzle Rose #E73AD0
Tints of Razzle Dazzle Rose #E73AD0
RGB
CMYK
RGB Variations
Color information
#E73AD0 (or 0xE73AD0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and D0. RGB value is (231,58,208). Sum of RGB (Red+Green+Blue) = 231+58+208=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AD0 is #18C52F. Grayscale: #7E7E7E. Windows color (decimal): -1623344 or 13646567. OLE color: 13646567.
HSL color Cylindrical-coordinate representation of color #E73AD0: hue angle of 307.98º 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 #E73AD0 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 208 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.09 |
| HSL | 307.98º | 0.78% | 0.57% | - |
| HSV(B) | 307.98º | 0.75% | 0.91% | - |
| XYZ | 45.85 | 24.57 | 62 | - |
| YUV | 126.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 208 | 0 | 0.75 | 0.10 | 0.09 | 307.98 | 0.78 | 0.57 |
| Hex | E7 | 3A | D0 | 0 | 4B | A | 9 | 134 | 4E | 39 |
| Octal | 347 | 72 | 320 | 0 | 113 | 12 | 11 | 464 | 116 | 71 |
| Binary | 11100111 | 111010 | 11010000 | 0 | 1001011 | 1010 | 1001 | 100110100 | 1001110 | 111001 |
Color Harmonies of #E73AD0
Complementary color
Monochromatic Colors of #E73AD0
Black with #E73AD0
Text Example
Text Example
White with #E73AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AD0; }
p { color: rgb(231,58,208); }
H1.HeaderClassName
{
color: #E73AD0;
}
.AnyTagClassName
{
color: #E73AD0;
}
</style>
background-color css
<style>
a { background-color: #E73AD0; }
a { background-color: rgb(231,58,208); }
div.DivClassName
{
background-color: #E73AD0;
}
.BgClassName
{
background-color: #E73AD0;
}
</style>
border-color css
<style>
span { border-color: #E73AD0; }
span { border-color: rgb(231,58,208); }
td.TdClassName
{
border-color: #E73AD0;
}
.TagClassName
{
border-color: #E73AD0;
}
</style>