Shades of Razzle Dazzle Rose #E127CE
Tints of Razzle Dazzle Rose #E127CE
RGB
CMYK
RGB Variations
Color information
#E127CE (or 0xE127CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and CE. RGB value is (225,39,206). Sum of RGB (Red+Green+Blue) = 225+39+206=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E127CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127CE is #1ED831. Grayscale: #717171. Windows color (decimal): -2021426 or 13510625. OLE color: 13510625.
HSL color Cylindrical-coordinate representation of color #E127CE: hue angle of 306.13º 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 #E127CE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 206 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.12 |
| HSL | 306.13º | 0.76% | 0.52% | - |
| HSV(B) | 306.13º | 0.83% | 0.88% | - |
| XYZ | 42.92 | 21.91 | 60.36 | - |
| YUV | 113.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 206 | 0 | 0.83 | 0.08 | 0.12 | 306.13 | 0.76 | 0.52 |
| Hex | E1 | 27 | CE | 0 | 53 | 8 | C | 132 | 4C | 34 |
| Octal | 341 | 47 | 316 | 0 | 123 | 10 | 14 | 462 | 114 | 64 |
| Binary | 11100001 | 100111 | 11001110 | 0 | 1010011 | 1000 | 1100 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E127CE
Complementary color
Monochromatic Colors of #E127CE
Black with #E127CE
Text Example
Text Example
White with #E127CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127CE; }
p { color: rgb(225,39,206); }
H1.HeaderClassName
{
color: #E127CE;
}
.AnyTagClassName
{
color: #E127CE;
}
</style>
background-color css
<style>
a { background-color: #E127CE; }
a { background-color: rgb(225,39,206); }
div.DivClassName
{
background-color: #E127CE;
}
.BgClassName
{
background-color: #E127CE;
}
</style>
border-color css
<style>
span { border-color: #E127CE; }
span { border-color: rgb(225,39,206); }
td.TdClassName
{
border-color: #E127CE;
}
.TagClassName
{
border-color: #E127CE;
}
</style>