Shades of Razzle Dazzle Rose #E127D8
Tints of Razzle Dazzle Rose #E127D8
RGB
CMYK
RGB Variations
Color information
#E127D8 (or 0xE127D8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and D8. RGB value is (225,39,216). Sum of RGB (Red+Green+Blue) = 225+39+216=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D8 is #1ED827. Grayscale: #727272. Windows color (decimal): -2021416 or 14165985. OLE color: 14165985.
HSL color Cylindrical-coordinate representation of color #E127D8: hue angle of 302.9º 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 #E127D8 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 216 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.12 |
| HSL | 302.9º | 0.76% | 0.52% | - |
| HSV(B) | 302.9º | 0.83% | 0.88% | - |
| XYZ | 44.17 | 22.42 | 66.96 | - |
| YUV | 114.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 216 | 0 | 0.83 | 0.04 | 0.12 | 302.9 | 0.76 | 0.52 |
| Hex | E1 | 27 | D8 | 0 | 53 | 4 | C | 12F | 4C | 34 |
| Octal | 341 | 47 | 330 | 0 | 123 | 4 | 14 | 457 | 114 | 64 |
| Binary | 11100001 | 100111 | 11011000 | 0 | 1010011 | 100 | 1100 | 100101111 | 1001100 | 110100 |
Color Harmonies of #E127D8
Complementary color
Monochromatic Colors of #E127D8
Black with #E127D8
Text Example
Text Example
White with #E127D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127D8; }
p { color: rgb(225,39,216); }
H1.HeaderClassName
{
color: #E127D8;
}
.AnyTagClassName
{
color: #E127D8;
}
</style>
background-color css
<style>
a { background-color: #E127D8; }
a { background-color: rgb(225,39,216); }
div.DivClassName
{
background-color: #E127D8;
}
.BgClassName
{
background-color: #E127D8;
}
</style>
border-color css
<style>
span { border-color: #E127D8; }
span { border-color: rgb(225,39,216); }
td.TdClassName
{
border-color: #E127D8;
}
.TagClassName
{
border-color: #E127D8;
}
</style>