Shades of Razzle Dazzle Rose #E229D6
Tints of Razzle Dazzle Rose #E229D6
RGB
CMYK
RGB Variations
Color information
#E229D6 (or 0xE229D6) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and D6. RGB value is (226,41,214). Sum of RGB (Red+Green+Blue) = 226+41+214=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E229D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229D6 is #1DD629. Grayscale: #737373. Windows color (decimal): -1955370 or 14035426. OLE color: 14035426.
HSL color Cylindrical-coordinate representation of color #E229D6: hue angle of 303.89º 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 #E229D6 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 214 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.11 |
| HSL | 303.89º | 0.76% | 0.52% | - |
| HSV(B) | 303.89º | 0.82% | 0.89% | - |
| XYZ | 44.29 | 22.61 | 65.65 | - |
| YUV | 116.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 214 | 0 | 0.82 | 0.05 | 0.11 | 303.89 | 0.76 | 0.52 |
| Hex | E2 | 29 | D6 | 0 | 52 | 5 | B | 130 | 4C | 34 |
| Octal | 342 | 51 | 326 | 0 | 122 | 5 | 13 | 460 | 114 | 64 |
| Binary | 11100010 | 101001 | 11010110 | 0 | 1010010 | 101 | 1011 | 100110000 | 1001100 | 110100 |
Color Harmonies of #E229D6
Complementary color
Monochromatic Colors of #E229D6
Black with #E229D6
Text Example
Text Example
White with #E229D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229D6; }
p { color: rgb(226,41,214); }
H1.HeaderClassName
{
color: #E229D6;
}
.AnyTagClassName
{
color: #E229D6;
}
</style>
background-color css
<style>
a { background-color: #E229D6; }
a { background-color: rgb(226,41,214); }
div.DivClassName
{
background-color: #E229D6;
}
.BgClassName
{
background-color: #E229D6;
}
</style>
border-color css
<style>
span { border-color: #E229D6; }
span { border-color: rgb(226,41,214); }
td.TdClassName
{
border-color: #E229D6;
}
.TagClassName
{
border-color: #E229D6;
}
</style>