Shades of Razzle Dazzle Rose #E727BD
Tints of Razzle Dazzle Rose #E727BD
RGB
CMYK
RGB Variations
Color information
#E727BD (or 0xE727BD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 27 and BD. RGB value is (231,39,189). Sum of RGB (Red+Green+Blue) = 231+39+189=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E727BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E727BD is #18D842. Grayscale: #717171. Windows color (decimal): -1628227 or 12396519. OLE color: 12396519.
HSL color Cylindrical-coordinate representation of color #E727BD: hue angle of 313.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E727BD is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 189 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.09 |
| HSL | 313.13º | 0.8% | 0.53% | - |
| HSV(B) | 313.13º | 0.83% | 0.91% | - |
| XYZ | 42.87 | 22.11 | 50.15 | - |
| YUV | 113.51 | 170.61 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 189 | 0 | 0.83 | 0.18 | 0.09 | 313.13 | 0.8 | 0.53 |
| Hex | E7 | 27 | BD | 0 | 53 | 12 | 9 | 139 | 50 | 35 |
| Octal | 347 | 47 | 275 | 0 | 123 | 22 | 11 | 471 | 120 | 65 |
| Binary | 11100111 | 100111 | 10111101 | 0 | 1010011 | 10010 | 1001 | 100111001 | 1010000 | 110101 |
Color Harmonies of #E727BD
Complementary color
Monochromatic Colors of #E727BD
Black with #E727BD
Text Example
Text Example
White with #E727BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727BD; }
p { color: rgb(231,39,189); }
H1.HeaderClassName
{
color: #E727BD;
}
.AnyTagClassName
{
color: #E727BD;
}
</style>
background-color css
<style>
a { background-color: #E727BD; }
a { background-color: rgb(231,39,189); }
div.DivClassName
{
background-color: #E727BD;
}
.BgClassName
{
background-color: #E727BD;
}
</style>
border-color css
<style>
span { border-color: #E727BD; }
span { border-color: rgb(231,39,189); }
td.TdClassName
{
border-color: #E727BD;
}
.TagClassName
{
border-color: #E727BD;
}
</style>