Shades of Razzle Dazzle Rose #E72ACB
Tints of Razzle Dazzle Rose #E72ACB
RGB
CMYK
RGB Variations
Color information
#E72ACB (or 0xE72ACB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and CB. RGB value is (231,42,203). Sum of RGB (Red+Green+Blue) = 231+42+203=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ACB is #18D534. Grayscale: #747474. Windows color (decimal): -1627445 or 13314791. OLE color: 13314791.
HSL color Cylindrical-coordinate representation of color #E72ACB: hue angle of 308.89º 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 #E72ACB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 203 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.09 |
| HSL | 308.89º | 0.8% | 0.54% | - |
| HSV(B) | 308.89º | 0.82% | 0.91% | - |
| XYZ | 44.56 | 22.96 | 58.58 | - |
| YUV | 116.87 | 176.62 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 203 | 0 | 0.82 | 0.12 | 0.09 | 308.89 | 0.8 | 0.54 |
| Hex | E7 | 2A | CB | 0 | 52 | C | 9 | 135 | 50 | 36 |
| Octal | 347 | 52 | 313 | 0 | 122 | 14 | 11 | 465 | 120 | 66 |
| Binary | 11100111 | 101010 | 11001011 | 0 | 1010010 | 1100 | 1001 | 100110101 | 1010000 | 110110 |
Color Harmonies of #E72ACB
Complementary color
Monochromatic Colors of #E72ACB
Black with #E72ACB
Text Example
Text Example
White with #E72ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ACB; }
p { color: rgb(231,42,203); }
H1.HeaderClassName
{
color: #E72ACB;
}
.AnyTagClassName
{
color: #E72ACB;
}
</style>
background-color css
<style>
a { background-color: #E72ACB; }
a { background-color: rgb(231,42,203); }
div.DivClassName
{
background-color: #E72ACB;
}
.BgClassName
{
background-color: #E72ACB;
}
</style>
border-color css
<style>
span { border-color: #E72ACB; }
span { border-color: rgb(231,42,203); }
td.TdClassName
{
border-color: #E72ACB;
}
.TagClassName
{
border-color: #E72ACB;
}
</style>