Shades of Razzle Dazzle Rose #E123DD
Tints of Razzle Dazzle Rose #E123DD
RGB
CMYK
RGB Variations
Color information
#E123DD (or 0xE123DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and DD. RGB value is (225,35,221). Sum of RGB (Red+Green+Blue) = 225+35+221=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E123DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123DD is #1EDC22. Grayscale: #707070. Windows color (decimal): -2022435 or 14492641. OLE color: 14492641.
HSL color Cylindrical-coordinate representation of color #E123DD: hue angle of 301.26º 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 #E123DD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 221 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.12 |
| HSL | 301.26º | 0.76% | 0.51% | - |
| HSV(B) | 301.26º | 0.84% | 0.88% | - |
| XYZ | 44.7 | 22.43 | 70.38 | - |
| YUV | 113.01 | 188.95 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 221 | 0 | 0.84 | 0.02 | 0.12 | 301.26 | 0.76 | 0.51 |
| Hex | E1 | 23 | DD | 0 | 54 | 2 | C | 12D | 4C | 33 |
| Octal | 341 | 43 | 335 | 0 | 124 | 2 | 14 | 455 | 114 | 63 |
| Binary | 11100001 | 100011 | 11011101 | 0 | 1010100 | 10 | 1100 | 100101101 | 1001100 | 110011 |
Color Harmonies of #E123DD
Complementary color
Monochromatic Colors of #E123DD
Black with #E123DD
Text Example
Text Example
White with #E123DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123DD; }
p { color: rgb(225,35,221); }
H1.HeaderClassName
{
color: #E123DD;
}
.AnyTagClassName
{
color: #E123DD;
}
</style>
background-color css
<style>
a { background-color: #E123DD; }
a { background-color: rgb(225,35,221); }
div.DivClassName
{
background-color: #E123DD;
}
.BgClassName
{
background-color: #E123DD;
}
</style>
border-color css
<style>
span { border-color: #E123DD; }
span { border-color: rgb(225,35,221); }
td.TdClassName
{
border-color: #E123DD;
}
.TagClassName
{
border-color: #E123DD;
}
</style>