Shades of Razzle Dazzle Rose #E229DD
Tints of Razzle Dazzle Rose #E229DD
RGB
CMYK
RGB Variations
Color information
#E229DD (or 0xE229DD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and DD. RGB value is (226,41,221). Sum of RGB (Red+Green+Blue) = 226+41+221=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E229DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229DD is #1DD622. Grayscale: #747474. Windows color (decimal): -1955363 or 14494178. OLE color: 14494178.
HSL color Cylindrical-coordinate representation of color #E229DD: hue angle of 301.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229DD is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 221 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.62º | 0.76% | 0.52% | - |
| HSV(B) | 301.62º | 0.82% | 0.89% | - |
| XYZ | 45.21 | 22.98 | 70.46 | - |
| YUV | 116.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 221 | 0 | 0.82 | 0.02 | 0.11 | 301.62 | 0.76 | 0.52 |
| Hex | E2 | 29 | DD | 0 | 52 | 2 | B | 12E | 4C | 34 |
| Octal | 342 | 51 | 335 | 0 | 122 | 2 | 13 | 456 | 114 | 64 |
| Binary | 11100010 | 101001 | 11011101 | 0 | 1010010 | 10 | 1011 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E229DD
Complementary color
Monochromatic Colors of #E229DD
Black with #E229DD
Text Example
Text Example
White with #E229DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229DD; }
p { color: rgb(226,41,221); }
H1.HeaderClassName
{
color: #E229DD;
}
.AnyTagClassName
{
color: #E229DD;
}
</style>
background-color css
<style>
a { background-color: #E229DD; }
a { background-color: rgb(226,41,221); }
div.DivClassName
{
background-color: #E229DD;
}
.BgClassName
{
background-color: #E229DD;
}
</style>
border-color css
<style>
span { border-color: #E229DD; }
span { border-color: rgb(226,41,221); }
td.TdClassName
{
border-color: #E229DD;
}
.TagClassName
{
border-color: #E229DD;
}
</style>