Shades of Razzle Dazzle Rose #E71CDD
Tints of Razzle Dazzle Rose #E71CDD
RGB
CMYK
RGB Variations
Color information
#E71CDD (or 0xE71CDD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1C and DD. RGB value is (231,28,221). Sum of RGB (Red+Green+Blue) = 231+28+221=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CDD is #18E322. Grayscale: #6E6E6E. Windows color (decimal): -1631011 or 14490855. OLE color: 14490855.
HSL color Cylindrical-coordinate representation of color #E71CDD: hue angle of 302.96º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CDD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 221 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.09 |
| HSL | 302.96º | 0.81% | 0.51% | - |
| HSV(B) | 302.96º | 0.88% | 0.91% | - |
| XYZ | 46.42 | 23.04 | 70.41 | - |
| YUV | 110.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 221 | 0 | 0.88 | 0.04 | 0.09 | 302.96 | 0.81 | 0.51 |
| Hex | E7 | 1C | DD | 0 | 58 | 4 | 9 | 12F | 51 | 33 |
| Octal | 347 | 34 | 335 | 0 | 130 | 4 | 11 | 457 | 121 | 63 |
| Binary | 11100111 | 11100 | 11011101 | 0 | 1011000 | 100 | 1001 | 100101111 | 1010001 | 110011 |
Color Harmonies of #E71CDD
Complementary color
Monochromatic Colors of #E71CDD
Black with #E71CDD
Text Example
Text Example
White with #E71CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CDD; }
p { color: rgb(231,28,221); }
H1.HeaderClassName
{
color: #E71CDD;
}
.AnyTagClassName
{
color: #E71CDD;
}
</style>
background-color css
<style>
a { background-color: #E71CDD; }
a { background-color: rgb(231,28,221); }
div.DivClassName
{
background-color: #E71CDD;
}
.BgClassName
{
background-color: #E71CDD;
}
</style>
border-color css
<style>
span { border-color: #E71CDD; }
span { border-color: rgb(231,28,221); }
td.TdClassName
{
border-color: #E71CDD;
}
.TagClassName
{
border-color: #E71CDD;
}
</style>