Shades of Razzle Dazzle Rose #E121D1
Tints of Razzle Dazzle Rose #E121D1
RGB
CMYK
RGB Variations
Color information
#E121D1 (or 0xE121D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 21 and D1. RGB value is (225,33,209). Sum of RGB (Red+Green+Blue) = 225+33+209=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E121D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121D1 is #1EDE2E. Grayscale: #6D6D6D. Windows color (decimal): -2022959 or 13705697. OLE color: 13705697.
HSL color Cylindrical-coordinate representation of color #E121D1: hue angle of 305º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121D1 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 209 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.12 |
| HSL | 305º | 0.76% | 0.51% | - |
| HSV(B) | 305º | 0.85% | 0.88% | - |
| XYZ | 43.1 | 21.7 | 62.24 | - |
| YUV | 110.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 209 | 0 | 0.85 | 0.07 | 0.12 | 305 | 0.76 | 0.51 |
| Hex | E1 | 21 | D1 | 0 | 55 | 7 | C | 131 | 4C | 33 |
| Octal | 341 | 41 | 321 | 0 | 125 | 7 | 14 | 461 | 114 | 63 |
| Binary | 11100001 | 100001 | 11010001 | 0 | 1010101 | 111 | 1100 | 100110001 | 1001100 | 110011 |
Color Harmonies of #E121D1
Complementary color
Monochromatic Colors of #E121D1
Black with #E121D1
Text Example
Text Example
White with #E121D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121D1; }
p { color: rgb(225,33,209); }
H1.HeaderClassName
{
color: #E121D1;
}
.AnyTagClassName
{
color: #E121D1;
}
</style>
background-color css
<style>
a { background-color: #E121D1; }
a { background-color: rgb(225,33,209); }
div.DivClassName
{
background-color: #E121D1;
}
.BgClassName
{
background-color: #E121D1;
}
</style>
border-color css
<style>
span { border-color: #E121D1; }
span { border-color: rgb(225,33,209); }
td.TdClassName
{
border-color: #E121D1;
}
.TagClassName
{
border-color: #E121D1;
}
</style>