Shades of Razzle Dazzle Rose #E123DC
Tints of Razzle Dazzle Rose #E123DC
RGB
CMYK
RGB Variations
Color information
#E123DC (or 0xE123DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and DC. RGB value is (225,35,220). Sum of RGB (Red+Green+Blue) = 225+35+220=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E123DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123DC is #1EDC23. Grayscale: #707070. Windows color (decimal): -2022436 or 14427105. OLE color: 14427105.
HSL color Cylindrical-coordinate representation of color #E123DC: hue angle of 301.58º 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 #E123DC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 220 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.12 |
| HSL | 301.58º | 0.76% | 0.51% | - |
| HSV(B) | 301.58º | 0.84% | 0.88% | - |
| XYZ | 44.57 | 22.38 | 69.68 | - |
| YUV | 112.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 220 | 0 | 0.84 | 0.02 | 0.12 | 301.58 | 0.76 | 0.51 |
| Hex | E1 | 23 | DC | 0 | 54 | 2 | C | 12E | 4C | 33 |
| Octal | 341 | 43 | 334 | 0 | 124 | 2 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100011 | 11011100 | 0 | 1010100 | 10 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E123DC
Complementary color
Monochromatic Colors of #E123DC
Black with #E123DC
Text Example
Text Example
White with #E123DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123DC; }
p { color: rgb(225,35,220); }
H1.HeaderClassName
{
color: #E123DC;
}
.AnyTagClassName
{
color: #E123DC;
}
</style>
background-color css
<style>
a { background-color: #E123DC; }
a { background-color: rgb(225,35,220); }
div.DivClassName
{
background-color: #E123DC;
}
.BgClassName
{
background-color: #E123DC;
}
</style>
border-color css
<style>
span { border-color: #E123DC; }
span { border-color: rgb(225,35,220); }
td.TdClassName
{
border-color: #E123DC;
}
.TagClassName
{
border-color: #E123DC;
}
</style>