Shades of Razzle Dazzle Rose #E127DD
Tints of Razzle Dazzle Rose #E127DD
RGB
CMYK
RGB Variations
Color information
#E127DD (or 0xE127DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and DD. RGB value is (225,39,221). Sum of RGB (Red+Green+Blue) = 225+39+221=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E127DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127DD is #1ED822. Grayscale: #727272. Windows color (decimal): -2021411 or 14493665. OLE color: 14493665.
HSL color Cylindrical-coordinate representation of color #E127DD: hue angle of 301.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E127DD is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 221 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.12 |
| HSL | 301.29º | 0.76% | 0.52% | - |
| HSV(B) | 301.29º | 0.83% | 0.88% | - |
| XYZ | 44.83 | 22.68 | 70.42 | - |
| YUV | 115.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 221 | 0 | 0.83 | 0.02 | 0.12 | 301.29 | 0.76 | 0.52 |
| Hex | E1 | 27 | DD | 0 | 53 | 2 | C | 12D | 4C | 34 |
| Octal | 341 | 47 | 335 | 0 | 123 | 2 | 14 | 455 | 114 | 64 |
| Binary | 11100001 | 100111 | 11011101 | 0 | 1010011 | 10 | 1100 | 100101101 | 1001100 | 110100 |
Color Harmonies of #E127DD
Complementary color
Monochromatic Colors of #E127DD
Black with #E127DD
Text Example
Text Example
White with #E127DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127DD; }
p { color: rgb(225,39,221); }
H1.HeaderClassName
{
color: #E127DD;
}
.AnyTagClassName
{
color: #E127DD;
}
</style>
background-color css
<style>
a { background-color: #E127DD; }
a { background-color: rgb(225,39,221); }
div.DivClassName
{
background-color: #E127DD;
}
.BgClassName
{
background-color: #E127DD;
}
</style>
border-color css
<style>
span { border-color: #E127DD; }
span { border-color: rgb(225,39,221); }
td.TdClassName
{
border-color: #E127DD;
}
.TagClassName
{
border-color: #E127DD;
}
</style>