Shades of Razzle Dazzle Rose #E73ABB
Tints of Razzle Dazzle Rose #E73ABB
RGB
CMYK
RGB Variations
Color information
#E73ABB (or 0xE73ABB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and BB. RGB value is (231,58,187). Sum of RGB (Red+Green+Blue) = 231+58+187=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E73ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73ABB is #18C544. Grayscale: #7C7C7C. Windows color (decimal): -1623365 or 12270311. OLE color: 12270311.
HSL color Cylindrical-coordinate representation of color #E73ABB: hue angle of 315.26º 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 #E73ABB is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 187 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.09 |
| HSL | 315.26º | 0.78% | 0.57% | - |
| HSV(B) | 315.26º | 0.75% | 0.91% | - |
| XYZ | 43.44 | 23.6 | 49.28 | - |
| YUV | 124.43 | 163.31 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 187 | 0 | 0.75 | 0.19 | 0.09 | 315.26 | 0.78 | 0.57 |
| Hex | E7 | 3A | BB | 0 | 4B | 13 | 9 | 13B | 4E | 39 |
| Octal | 347 | 72 | 273 | 0 | 113 | 23 | 11 | 473 | 116 | 71 |
| Binary | 11100111 | 111010 | 10111011 | 0 | 1001011 | 10011 | 1001 | 100111011 | 1001110 | 111001 |
Color Harmonies of #E73ABB
Complementary color
Monochromatic Colors of #E73ABB
Black with #E73ABB
Text Example
Text Example
White with #E73ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73ABB; }
p { color: rgb(231,58,187); }
H1.HeaderClassName
{
color: #E73ABB;
}
.AnyTagClassName
{
color: #E73ABB;
}
</style>
background-color css
<style>
a { background-color: #E73ABB; }
a { background-color: rgb(231,58,187); }
div.DivClassName
{
background-color: #E73ABB;
}
.BgClassName
{
background-color: #E73ABB;
}
</style>
border-color css
<style>
span { border-color: #E73ABB; }
span { border-color: rgb(231,58,187); }
td.TdClassName
{
border-color: #E73ABB;
}
.TagClassName
{
border-color: #E73ABB;
}
</style>