Shades of Razzle Dazzle Rose #E727BE
Tints of Razzle Dazzle Rose #E727BE
RGB
CMYK
RGB Variations
Color information
#E727BE (or 0xE727BE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 27 and BE. RGB value is (231,39,190). Sum of RGB (Red+Green+Blue) = 231+39+190=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E727BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E727BE is #18D841. Grayscale: #717171. Windows color (decimal): -1628226 or 12462055. OLE color: 12462055.
HSL color Cylindrical-coordinate representation of color #E727BE: hue angle of 312.81º 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 #E727BE is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 190 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.09 |
| HSL | 312.81º | 0.8% | 0.53% | - |
| HSV(B) | 312.81º | 0.83% | 0.91% | - |
| XYZ | 42.97 | 22.16 | 50.73 | - |
| YUV | 113.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 190 | 0 | 0.83 | 0.18 | 0.09 | 312.81 | 0.8 | 0.53 |
| Hex | E7 | 27 | BE | 0 | 53 | 12 | 9 | 139 | 50 | 35 |
| Octal | 347 | 47 | 276 | 0 | 123 | 22 | 11 | 471 | 120 | 65 |
| Binary | 11100111 | 100111 | 10111110 | 0 | 1010011 | 10010 | 1001 | 100111001 | 1010000 | 110101 |
Color Harmonies of #E727BE
Complementary color
Monochromatic Colors of #E727BE
Black with #E727BE
Text Example
Text Example
White with #E727BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727BE; }
p { color: rgb(231,39,190); }
H1.HeaderClassName
{
color: #E727BE;
}
.AnyTagClassName
{
color: #E727BE;
}
</style>
background-color css
<style>
a { background-color: #E727BE; }
a { background-color: rgb(231,39,190); }
div.DivClassName
{
background-color: #E727BE;
}
.BgClassName
{
background-color: #E727BE;
}
</style>
border-color css
<style>
span { border-color: #E727BE; }
span { border-color: rgb(231,39,190); }
td.TdClassName
{
border-color: #E727BE;
}
.TagClassName
{
border-color: #E727BE;
}
</style>