Shades of Razzle Dazzle Rose #E127D5
Tints of Razzle Dazzle Rose #E127D5
RGB
CMYK
RGB Variations
Color information
#E127D5 (or 0xE127D5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and D5. RGB value is (225,39,213). Sum of RGB (Red+Green+Blue) = 225+39+213=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D5 is #1ED82A. Grayscale: #717171. Windows color (decimal): -2021419 or 13969377. OLE color: 13969377.
HSL color Cylindrical-coordinate representation of color #E127D5: hue angle of 303.87º 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 #E127D5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 213 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.12 |
| HSL | 303.87º | 0.76% | 0.52% | - |
| HSV(B) | 303.87º | 0.83% | 0.88% | - |
| XYZ | 43.79 | 22.26 | 64.94 | - |
| YUV | 114.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 213 | 0 | 0.83 | 0.05 | 0.12 | 303.87 | 0.76 | 0.52 |
| Hex | E1 | 27 | D5 | 0 | 53 | 5 | C | 130 | 4C | 34 |
| Octal | 341 | 47 | 325 | 0 | 123 | 5 | 14 | 460 | 114 | 64 |
| Binary | 11100001 | 100111 | 11010101 | 0 | 1010011 | 101 | 1100 | 100110000 | 1001100 | 110100 |
Color Harmonies of #E127D5
Complementary color
Monochromatic Colors of #E127D5
Black with #E127D5
Text Example
Text Example
White with #E127D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127D5; }
p { color: rgb(225,39,213); }
H1.HeaderClassName
{
color: #E127D5;
}
.AnyTagClassName
{
color: #E127D5;
}
</style>
background-color css
<style>
a { background-color: #E127D5; }
a { background-color: rgb(225,39,213); }
div.DivClassName
{
background-color: #E127D5;
}
.BgClassName
{
background-color: #E127D5;
}
</style>
border-color css
<style>
span { border-color: #E127D5; }
span { border-color: rgb(225,39,213); }
td.TdClassName
{
border-color: #E127D5;
}
.TagClassName
{
border-color: #E127D5;
}
</style>