Shades of Razzle Dazzle Rose #E123DB
Tints of Razzle Dazzle Rose #E123DB
RGB
CMYK
RGB Variations
Color information
#E123DB (or 0xE123DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and DB. RGB value is (225,35,219). Sum of RGB (Red+Green+Blue) = 225+35+219=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E123DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123DB is #1EDC24. Grayscale: #707070. Windows color (decimal): -2022437 or 14361569. OLE color: 14361569.
HSL color Cylindrical-coordinate representation of color #E123DB: hue angle of 301.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123DB is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 219 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.12 |
| HSL | 301.89º | 0.76% | 0.51% | - |
| HSV(B) | 301.89º | 0.84% | 0.88% | - |
| XYZ | 44.44 | 22.32 | 68.98 | - |
| YUV | 112.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 219 | 0 | 0.84 | 0.03 | 0.12 | 301.89 | 0.76 | 0.51 |
| Hex | E1 | 23 | DB | 0 | 54 | 3 | C | 12E | 4C | 33 |
| Octal | 341 | 43 | 333 | 0 | 124 | 3 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100011 | 11011011 | 0 | 1010100 | 11 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E123DB
Complementary color
Monochromatic Colors of #E123DB
Black with #E123DB
Text Example
Text Example
White with #E123DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123DB; }
p { color: rgb(225,35,219); }
H1.HeaderClassName
{
color: #E123DB;
}
.AnyTagClassName
{
color: #E123DB;
}
</style>
background-color css
<style>
a { background-color: #E123DB; }
a { background-color: rgb(225,35,219); }
div.DivClassName
{
background-color: #E123DB;
}
.BgClassName
{
background-color: #E123DB;
}
</style>
border-color css
<style>
span { border-color: #E123DB; }
span { border-color: rgb(225,35,219); }
td.TdClassName
{
border-color: #E123DB;
}
.TagClassName
{
border-color: #E123DB;
}
</style>