Shades of Razzle Dazzle Rose #E73DC8
Tints of Razzle Dazzle Rose #E73DC8
RGB
CMYK
RGB Variations
Color information
#E73DC8 (or 0xE73DC8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3D and C8. RGB value is (231,61,200). Sum of RGB (Red+Green+Blue) = 231+61+200=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DC8 is #18C237. Grayscale: #7F7F7F. Windows color (decimal): -1622584 or 13123047. OLE color: 13123047.
HSL color Cylindrical-coordinate representation of color #E73DC8: hue angle of 310.94º 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 #E73DC8 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 200 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.09 |
| HSL | 310.94º | 0.78% | 0.57% | - |
| HSV(B) | 310.94º | 0.74% | 0.91% | - |
| XYZ | 45.05 | 24.5 | 57 | - |
| YUV | 127.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 200 | 0 | 0.74 | 0.13 | 0.09 | 310.94 | 0.78 | 0.57 |
| Hex | E7 | 3D | C8 | 0 | 4A | D | 9 | 137 | 4E | 39 |
| Octal | 347 | 75 | 310 | 0 | 112 | 15 | 11 | 467 | 116 | 71 |
| Binary | 11100111 | 111101 | 11001000 | 0 | 1001010 | 1101 | 1001 | 100110111 | 1001110 | 111001 |
Color Harmonies of #E73DC8
Complementary color
Monochromatic Colors of #E73DC8
Black with #E73DC8
Text Example
Text Example
White with #E73DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DC8; }
p { color: rgb(231,61,200); }
H1.HeaderClassName
{
color: #E73DC8;
}
.AnyTagClassName
{
color: #E73DC8;
}
</style>
background-color css
<style>
a { background-color: #E73DC8; }
a { background-color: rgb(231,61,200); }
div.DivClassName
{
background-color: #E73DC8;
}
.BgClassName
{
background-color: #E73DC8;
}
</style>
border-color css
<style>
span { border-color: #E73DC8; }
span { border-color: rgb(231,61,200); }
td.TdClassName
{
border-color: #E73DC8;
}
.TagClassName
{
border-color: #E73DC8;
}
</style>