Shades of Razzle Dazzle Rose #E727D2
Tints of Razzle Dazzle Rose #E727D2
RGB
CMYK
RGB Variations
Color information
#E727D2 (or 0xE727D2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 27 and D2. RGB value is (231,39,210). Sum of RGB (Red+Green+Blue) = 231+39+210=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E727D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E727D2 is #18D82D. Grayscale: #737373. Windows color (decimal): -1628206 or 13772775. OLE color: 13772775.
HSL color Cylindrical-coordinate representation of color #E727D2: hue angle of 306.56º 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 #E727D2 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 210 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.09 |
| HSL | 306.56º | 0.8% | 0.53% | - |
| HSV(B) | 306.56º | 0.83% | 0.91% | - |
| XYZ | 45.31 | 23.09 | 63.04 | - |
| YUV | 115.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 210 | 0 | 0.83 | 0.09 | 0.09 | 306.56 | 0.8 | 0.53 |
| Hex | E7 | 27 | D2 | 0 | 53 | 9 | 9 | 133 | 50 | 35 |
| Octal | 347 | 47 | 322 | 0 | 123 | 11 | 11 | 463 | 120 | 65 |
| Binary | 11100111 | 100111 | 11010010 | 0 | 1010011 | 1001 | 1001 | 100110011 | 1010000 | 110101 |
Color Harmonies of #E727D2
Complementary color
Monochromatic Colors of #E727D2
Black with #E727D2
Text Example
Text Example
White with #E727D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727D2; }
p { color: rgb(231,39,210); }
H1.HeaderClassName
{
color: #E727D2;
}
.AnyTagClassName
{
color: #E727D2;
}
</style>
background-color css
<style>
a { background-color: #E727D2; }
a { background-color: rgb(231,39,210); }
div.DivClassName
{
background-color: #E727D2;
}
.BgClassName
{
background-color: #E727D2;
}
</style>
border-color css
<style>
span { border-color: #E727D2; }
span { border-color: rgb(231,39,210); }
td.TdClassName
{
border-color: #E727D2;
}
.TagClassName
{
border-color: #E727D2;
}
</style>