Shades of Razzle Dazzle Rose #E72CDD
Tints of Razzle Dazzle Rose #E72CDD
RGB
CMYK
RGB Variations
Color information
#E72CDD (or 0xE72CDD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and DD. RGB value is (231,44,221). Sum of RGB (Red+Green+Blue) = 231+44+221=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CDD is #18D322. Grayscale: #777777. Windows color (decimal): -1626915 or 14494951. OLE color: 14494951.
HSL color Cylindrical-coordinate representation of color #E72CDD: hue angle of 303.21º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CDD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 221 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.09 |
| HSL | 303.21º | 0.8% | 0.54% | - |
| HSV(B) | 303.21º | 0.81% | 0.91% | - |
| XYZ | 46.91 | 24.01 | 70.57 | - |
| YUV | 120.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 221 | 0 | 0.81 | 0.04 | 0.09 | 303.21 | 0.8 | 0.54 |
| Hex | E7 | 2C | DD | 0 | 51 | 4 | 9 | 12F | 50 | 36 |
| Octal | 347 | 54 | 335 | 0 | 121 | 4 | 11 | 457 | 120 | 66 |
| Binary | 11100111 | 101100 | 11011101 | 0 | 1010001 | 100 | 1001 | 100101111 | 1010000 | 110110 |
Color Harmonies of #E72CDD
Complementary color
Monochromatic Colors of #E72CDD
Black with #E72CDD
Text Example
Text Example
White with #E72CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CDD; }
p { color: rgb(231,44,221); }
H1.HeaderClassName
{
color: #E72CDD;
}
.AnyTagClassName
{
color: #E72CDD;
}
</style>
background-color css
<style>
a { background-color: #E72CDD; }
a { background-color: rgb(231,44,221); }
div.DivClassName
{
background-color: #E72CDD;
}
.BgClassName
{
background-color: #E72CDD;
}
</style>
border-color css
<style>
span { border-color: #E72CDD; }
span { border-color: rgb(231,44,221); }
td.TdClassName
{
border-color: #E72CDD;
}
.TagClassName
{
border-color: #E72CDD;
}
</style>