Shades of Razzle Dazzle Rose #E72FBA
Tints of Razzle Dazzle Rose #E72FBA
RGB
CMYK
RGB Variations
Color information
#E72FBA (or 0xE72FBA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and BA. RGB value is (231,47,186). Sum of RGB (Red+Green+Blue) = 231+47+186=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FBA is #18D045. Grayscale: #757575. Windows color (decimal): -1626182 or 12201959. OLE color: 12201959.
HSL color Cylindrical-coordinate representation of color #E72FBA: hue angle of 314.67º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FBA is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 186 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.09 |
| HSL | 314.67º | 0.79% | 0.55% | - |
| HSV(B) | 314.67º | 0.8% | 0.91% | - |
| XYZ | 42.83 | 22.57 | 48.55 | - |
| YUV | 117.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 186 | 0 | 0.80 | 0.19 | 0.09 | 314.67 | 0.79 | 0.55 |
| Hex | E7 | 2F | BA | 0 | 50 | 13 | 9 | 13B | 4F | 37 |
| Octal | 347 | 57 | 272 | 0 | 120 | 23 | 11 | 473 | 117 | 67 |
| Binary | 11100111 | 101111 | 10111010 | 0 | 1010000 | 10011 | 1001 | 100111011 | 1001111 | 110111 |
Color Harmonies of #E72FBA
Complementary color
Monochromatic Colors of #E72FBA
Black with #E72FBA
Text Example
Text Example
White with #E72FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FBA; }
p { color: rgb(231,47,186); }
H1.HeaderClassName
{
color: #E72FBA;
}
.AnyTagClassName
{
color: #E72FBA;
}
</style>
background-color css
<style>
a { background-color: #E72FBA; }
a { background-color: rgb(231,47,186); }
div.DivClassName
{
background-color: #E72FBA;
}
.BgClassName
{
background-color: #E72FBA;
}
</style>
border-color css
<style>
span { border-color: #E72FBA; }
span { border-color: rgb(231,47,186); }
td.TdClassName
{
border-color: #E72FBA;
}
.TagClassName
{
border-color: #E72FBA;
}
</style>