Shades of Razzle Dazzle Rose #E72BD1
Tints of Razzle Dazzle Rose #E72BD1
RGB
CMYK
RGB Variations
Color information
#E72BD1 (or 0xE72BD1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2B and D1. RGB value is (231,43,209). Sum of RGB (Red+Green+Blue) = 231+43+209=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72BD1 is #18D42E. Grayscale: #757575. Windows color (decimal): -1627183 or 13708263. OLE color: 13708263.
HSL color Cylindrical-coordinate representation of color #E72BD1: hue angle of 307.02º 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 #E72BD1 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 209 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.09 |
| HSL | 307.02º | 0.8% | 0.54% | - |
| HSV(B) | 307.02º | 0.81% | 0.91% | - |
| XYZ | 45.33 | 23.32 | 62.43 | - |
| YUV | 118.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 209 | 0 | 0.81 | 0.10 | 0.09 | 307.02 | 0.8 | 0.54 |
| Hex | E7 | 2B | D1 | 0 | 51 | A | 9 | 133 | 50 | 36 |
| Octal | 347 | 53 | 321 | 0 | 121 | 12 | 11 | 463 | 120 | 66 |
| Binary | 11100111 | 101011 | 11010001 | 0 | 1010001 | 1010 | 1001 | 100110011 | 1010000 | 110110 |
Color Harmonies of #E72BD1
Complementary color
Monochromatic Colors of #E72BD1
Black with #E72BD1
Text Example
Text Example
White with #E72BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BD1; }
p { color: rgb(231,43,209); }
H1.HeaderClassName
{
color: #E72BD1;
}
.AnyTagClassName
{
color: #E72BD1;
}
</style>
background-color css
<style>
a { background-color: #E72BD1; }
a { background-color: rgb(231,43,209); }
div.DivClassName
{
background-color: #E72BD1;
}
.BgClassName
{
background-color: #E72BD1;
}
</style>
border-color css
<style>
span { border-color: #E72BD1; }
span { border-color: rgb(231,43,209); }
td.TdClassName
{
border-color: #E72BD1;
}
.TagClassName
{
border-color: #E72BD1;
}
</style>