Shades of Razzle Dazzle Rose #E72CDC
Tints of Razzle Dazzle Rose #E72CDC
RGB
CMYK
RGB Variations
Color information
#E72CDC (or 0xE72CDC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and DC. RGB value is (231,44,220). Sum of RGB (Red+Green+Blue) = 231+44+220=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CDC is #18D323. Grayscale: #777777. Windows color (decimal): -1626916 or 14429415. OLE color: 14429415.
HSL color Cylindrical-coordinate representation of color #E72CDC: hue angle of 303.53º 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 #E72CDC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 220 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.09 |
| HSL | 303.53º | 0.8% | 0.54% | - |
| HSV(B) | 303.53º | 0.81% | 0.91% | - |
| XYZ | 46.77 | 23.96 | 69.87 | - |
| YUV | 119.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 220 | 0 | 0.81 | 0.05 | 0.09 | 303.53 | 0.8 | 0.54 |
| Hex | E7 | 2C | DC | 0 | 51 | 5 | 9 | 130 | 50 | 36 |
| Octal | 347 | 54 | 334 | 0 | 121 | 5 | 11 | 460 | 120 | 66 |
| Binary | 11100111 | 101100 | 11011100 | 0 | 1010001 | 101 | 1001 | 100110000 | 1010000 | 110110 |
Color Harmonies of #E72CDC
Complementary color
Monochromatic Colors of #E72CDC
Black with #E72CDC
Text Example
Text Example
White with #E72CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CDC; }
p { color: rgb(231,44,220); }
H1.HeaderClassName
{
color: #E72CDC;
}
.AnyTagClassName
{
color: #E72CDC;
}
</style>
background-color css
<style>
a { background-color: #E72CDC; }
a { background-color: rgb(231,44,220); }
div.DivClassName
{
background-color: #E72CDC;
}
.BgClassName
{
background-color: #E72CDC;
}
</style>
border-color css
<style>
span { border-color: #E72CDC; }
span { border-color: rgb(231,44,220); }
td.TdClassName
{
border-color: #E72CDC;
}
.TagClassName
{
border-color: #E72CDC;
}
</style>