Shades of Razzle Dazzle Rose #E73AD8
Tints of Razzle Dazzle Rose #E73AD8
RGB
CMYK
RGB Variations
Color information
#E73AD8 (or 0xE73AD8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and D8. RGB value is (231,58,216). Sum of RGB (Red+Green+Blue) = 231+58+216=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AD8 is #18C527. Grayscale: #7F7F7F. Windows color (decimal): -1623336 or 14170855. OLE color: 14170855.
HSL color Cylindrical-coordinate representation of color #E73AD8: hue angle of 305.2º 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 #E73AD8 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 216 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.09 |
| HSL | 305.2º | 0.78% | 0.57% | - |
| HSV(B) | 305.2º | 0.75% | 0.91% | - |
| XYZ | 46.86 | 24.97 | 67.32 | - |
| YUV | 127.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 216 | 0 | 0.75 | 0.06 | 0.09 | 305.2 | 0.78 | 0.57 |
| Hex | E7 | 3A | D8 | 0 | 4B | 6 | 9 | 131 | 4E | 39 |
| Octal | 347 | 72 | 330 | 0 | 113 | 6 | 11 | 461 | 116 | 71 |
| Binary | 11100111 | 111010 | 11011000 | 0 | 1001011 | 110 | 1001 | 100110001 | 1001110 | 111001 |
Color Harmonies of #E73AD8
Complementary color
Monochromatic Colors of #E73AD8
Black with #E73AD8
Text Example
Text Example
White with #E73AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AD8; }
p { color: rgb(231,58,216); }
H1.HeaderClassName
{
color: #E73AD8;
}
.AnyTagClassName
{
color: #E73AD8;
}
</style>
background-color css
<style>
a { background-color: #E73AD8; }
a { background-color: rgb(231,58,216); }
div.DivClassName
{
background-color: #E73AD8;
}
.BgClassName
{
background-color: #E73AD8;
}
</style>
border-color css
<style>
span { border-color: #E73AD8; }
span { border-color: rgb(231,58,216); }
td.TdClassName
{
border-color: #E73AD8;
}
.TagClassName
{
border-color: #E73AD8;
}
</style>