Shades of Razzle Dazzle Rose #E127CB
Tints of Razzle Dazzle Rose #E127CB
RGB
CMYK
RGB Variations
Color information
#E127CB (or 0xE127CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and CB. RGB value is (225,39,203). Sum of RGB (Red+Green+Blue) = 225+39+203=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E127CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127CB is #1ED834. Grayscale: #707070. Windows color (decimal): -2021429 or 13314017. OLE color: 13314017.
HSL color Cylindrical-coordinate representation of color #E127CB: hue angle of 307.1º 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 #E127CB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 203 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.12 |
| HSL | 307.1º | 0.76% | 0.52% | - |
| HSV(B) | 307.1º | 0.83% | 0.88% | - |
| XYZ | 42.56 | 21.77 | 58.46 | - |
| YUV | 113.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 203 | 0 | 0.83 | 0.10 | 0.12 | 307.1 | 0.76 | 0.52 |
| Hex | E1 | 27 | CB | 0 | 53 | A | C | 133 | 4C | 34 |
| Octal | 341 | 47 | 313 | 0 | 123 | 12 | 14 | 463 | 114 | 64 |
| Binary | 11100001 | 100111 | 11001011 | 0 | 1010011 | 1010 | 1100 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E127CB
Complementary color
Monochromatic Colors of #E127CB
Black with #E127CB
Text Example
Text Example
White with #E127CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127CB; }
p { color: rgb(225,39,203); }
H1.HeaderClassName
{
color: #E127CB;
}
.AnyTagClassName
{
color: #E127CB;
}
</style>
background-color css
<style>
a { background-color: #E127CB; }
a { background-color: rgb(225,39,203); }
div.DivClassName
{
background-color: #E127CB;
}
.BgClassName
{
background-color: #E127CB;
}
</style>
border-color css
<style>
span { border-color: #E127CB; }
span { border-color: rgb(225,39,203); }
td.TdClassName
{
border-color: #E127CB;
}
.TagClassName
{
border-color: #E127CB;
}
</style>