Shades of Razzle Dazzle Rose #E127DB
Tints of Razzle Dazzle Rose #E127DB
RGB
CMYK
RGB Variations
Color information
#E127DB (or 0xE127DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 27 and DB. RGB value is (225,39,219). Sum of RGB (Red+Green+Blue) = 225+39+219=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E127DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127DB is #1ED824. Grayscale: #727272. Windows color (decimal): -2021413 or 14362593. OLE color: 14362593.
HSL color Cylindrical-coordinate representation of color #E127DB: hue angle of 301.94º 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 #E127DB is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.12 |
| HSL | 301.94º | 0.76% | 0.52% | - |
| HSV(B) | 301.94º | 0.83% | 0.88% | - |
| XYZ | 44.56 | 22.57 | 69.03 | - |
| YUV | 115.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 219 | 0 | 0.83 | 0.03 | 0.12 | 301.94 | 0.76 | 0.52 |
| Hex | E1 | 27 | DB | 0 | 53 | 3 | C | 12E | 4C | 34 |
| Octal | 341 | 47 | 333 | 0 | 123 | 3 | 14 | 456 | 114 | 64 |
| Binary | 11100001 | 100111 | 11011011 | 0 | 1010011 | 11 | 1100 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E127DB
Complementary color
Monochromatic Colors of #E127DB
Black with #E127DB
Text Example
Text Example
White with #E127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127DB; }
p { color: rgb(225,39,219); }
H1.HeaderClassName
{
color: #E127DB;
}
.AnyTagClassName
{
color: #E127DB;
}
</style>
background-color css
<style>
a { background-color: #E127DB; }
a { background-color: rgb(225,39,219); }
div.DivClassName
{
background-color: #E127DB;
}
.BgClassName
{
background-color: #E127DB;
}
</style>
border-color css
<style>
span { border-color: #E127DB; }
span { border-color: rgb(225,39,219); }
td.TdClassName
{
border-color: #E127DB;
}
.TagClassName
{
border-color: #E127DB;
}
</style>