Shades of Razzle Dazzle Rose #E71DDA
Tints of Razzle Dazzle Rose #E71DDA
RGB
CMYK
RGB Variations
Color information
#E71DDA (or 0xE71DDA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1D and DA. RGB value is (231,29,218). Sum of RGB (Red+Green+Blue) = 231+29+218=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DDA is #18E225. Grayscale: #6E6E6E. Windows color (decimal): -1630758 or 14294503. OLE color: 14294503.
HSL color Cylindrical-coordinate representation of color #E71DDA: hue angle of 303.86º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71DDA is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.09 |
| HSL | 303.86º | 0.81% | 0.51% | - |
| HSV(B) | 303.86º | 0.87% | 0.91% | - |
| XYZ | 46.05 | 22.93 | 68.33 | - |
| YUV | 110.94 | 188.42 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 218 | 0 | 0.87 | 0.06 | 0.09 | 303.86 | 0.81 | 0.51 |
| Hex | E7 | 1D | DA | 0 | 57 | 6 | 9 | 130 | 51 | 33 |
| Octal | 347 | 35 | 332 | 0 | 127 | 6 | 11 | 460 | 121 | 63 |
| Binary | 11100111 | 11101 | 11011010 | 0 | 1010111 | 110 | 1001 | 100110000 | 1010001 | 110011 |
Color Harmonies of #E71DDA
Complementary color
Monochromatic Colors of #E71DDA
Black with #E71DDA
Text Example
Text Example
White with #E71DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DDA; }
p { color: rgb(231,29,218); }
H1.HeaderClassName
{
color: #E71DDA;
}
.AnyTagClassName
{
color: #E71DDA;
}
</style>
background-color css
<style>
a { background-color: #E71DDA; }
a { background-color: rgb(231,29,218); }
div.DivClassName
{
background-color: #E71DDA;
}
.BgClassName
{
background-color: #E71DDA;
}
</style>
border-color css
<style>
span { border-color: #E71DDA; }
span { border-color: rgb(231,29,218); }
td.TdClassName
{
border-color: #E71DDA;
}
.TagClassName
{
border-color: #E71DDA;
}
</style>