Shades of Razzle Dazzle Rose #E229D0
Tints of Razzle Dazzle Rose #E229D0
RGB
CMYK
RGB Variations
Color information
#E229D0 (or 0xE229D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and D0. RGB value is (226,41,208). Sum of RGB (Red+Green+Blue) = 226+41+208=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E229D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229D0 is #1DD62F. Grayscale: #727272. Windows color (decimal): -1955376 or 13642210. OLE color: 13642210.
HSL color Cylindrical-coordinate representation of color #E229D0: hue angle of 305.84º 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 #E229D0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 208 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.11 |
| HSL | 305.84º | 0.76% | 0.52% | - |
| HSV(B) | 305.84º | 0.82% | 0.89% | - |
| XYZ | 43.54 | 22.31 | 61.69 | - |
| YUV | 115.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 208 | 0 | 0.82 | 0.08 | 0.11 | 305.84 | 0.76 | 0.52 |
| Hex | E2 | 29 | D0 | 0 | 52 | 8 | B | 132 | 4C | 34 |
| Octal | 342 | 51 | 320 | 0 | 122 | 10 | 13 | 462 | 114 | 64 |
| Binary | 11100010 | 101001 | 11010000 | 0 | 1010010 | 1000 | 1011 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E229D0
Complementary color
Monochromatic Colors of #E229D0
Black with #E229D0
Text Example
Text Example
White with #E229D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229D0; }
p { color: rgb(226,41,208); }
H1.HeaderClassName
{
color: #E229D0;
}
.AnyTagClassName
{
color: #E229D0;
}
</style>
background-color css
<style>
a { background-color: #E229D0; }
a { background-color: rgb(226,41,208); }
div.DivClassName
{
background-color: #E229D0;
}
.BgClassName
{
background-color: #E229D0;
}
</style>
border-color css
<style>
span { border-color: #E229D0; }
span { border-color: rgb(226,41,208); }
td.TdClassName
{
border-color: #E229D0;
}
.TagClassName
{
border-color: #E229D0;
}
</style>