Shades of Razzle Dazzle Rose #E73DB8
Tints of Razzle Dazzle Rose #E73DB8
RGB
CMYK
RGB Variations
Color information
#E73DB8 (or 0xE73DB8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3D and B8. RGB value is (231,61,184). Sum of RGB (Red+Green+Blue) = 231+61+184=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DB8 is #18C247. Grayscale: #7D7D7D. Windows color (decimal): -1622600 or 12074471. OLE color: 12074471.
HSL color Cylindrical-coordinate representation of color #E73DB8: hue angle of 316.59º 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 #E73DB8 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 184 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.09 |
| HSL | 316.59º | 0.78% | 0.57% | - |
| HSV(B) | 316.59º | 0.74% | 0.91% | - |
| XYZ | 43.28 | 23.79 | 47.66 | - |
| YUV | 125.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 184 | 0 | 0.74 | 0.20 | 0.09 | 316.59 | 0.78 | 0.57 |
| Hex | E7 | 3D | B8 | 0 | 4A | 14 | 9 | 13D | 4E | 39 |
| Octal | 347 | 75 | 270 | 0 | 112 | 24 | 11 | 475 | 116 | 71 |
| Binary | 11100111 | 111101 | 10111000 | 0 | 1001010 | 10100 | 1001 | 100111101 | 1001110 | 111001 |
Color Harmonies of #E73DB8
Complementary color
Monochromatic Colors of #E73DB8
Black with #E73DB8
Text Example
Text Example
White with #E73DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DB8; }
p { color: rgb(231,61,184); }
H1.HeaderClassName
{
color: #E73DB8;
}
.AnyTagClassName
{
color: #E73DB8;
}
</style>
background-color css
<style>
a { background-color: #E73DB8; }
a { background-color: rgb(231,61,184); }
div.DivClassName
{
background-color: #E73DB8;
}
.BgClassName
{
background-color: #E73DB8;
}
</style>
border-color css
<style>
span { border-color: #E73DB8; }
span { border-color: rgb(231,61,184); }
td.TdClassName
{
border-color: #E73DB8;
}
.TagClassName
{
border-color: #E73DB8;
}
</style>