Shades of Razzle Dazzle Rose #E72ADC
Tints of Razzle Dazzle Rose #E72ADC
RGB
CMYK
RGB Variations
Color information
#E72ADC (or 0xE72ADC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and DC. RGB value is (231,42,220). Sum of RGB (Red+Green+Blue) = 231+42+220=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ADC is #18D523. Grayscale: #767676. Windows color (decimal): -1627428 or 14428903. OLE color: 14428903.
HSL color Cylindrical-coordinate representation of color #E72ADC: hue angle of 303.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72ADC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 220 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.09 |
| HSL | 303.49º | 0.8% | 0.54% | - |
| HSV(B) | 303.49º | 0.82% | 0.91% | - |
| XYZ | 46.7 | 23.81 | 69.84 | - |
| YUV | 118.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 220 | 0 | 0.82 | 0.05 | 0.09 | 303.49 | 0.8 | 0.54 |
| Hex | E7 | 2A | DC | 0 | 52 | 5 | 9 | 12F | 50 | 36 |
| Octal | 347 | 52 | 334 | 0 | 122 | 5 | 11 | 457 | 120 | 66 |
| Binary | 11100111 | 101010 | 11011100 | 0 | 1010010 | 101 | 1001 | 100101111 | 1010000 | 110110 |
Color Harmonies of #E72ADC
Complementary color
Monochromatic Colors of #E72ADC
Black with #E72ADC
Text Example
Text Example
White with #E72ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ADC; }
p { color: rgb(231,42,220); }
H1.HeaderClassName
{
color: #E72ADC;
}
.AnyTagClassName
{
color: #E72ADC;
}
</style>
background-color css
<style>
a { background-color: #E72ADC; }
a { background-color: rgb(231,42,220); }
div.DivClassName
{
background-color: #E72ADC;
}
.BgClassName
{
background-color: #E72ADC;
}
</style>
border-color css
<style>
span { border-color: #E72ADC; }
span { border-color: rgb(231,42,220); }
td.TdClassName
{
border-color: #E72ADC;
}
.TagClassName
{
border-color: #E72ADC;
}
</style>