Shades of Razzle Dazzle Rose #E229CD
Tints of Razzle Dazzle Rose #E229CD
RGB
CMYK
RGB Variations
Color information
#E229CD (or 0xE229CD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and CD. RGB value is (226,41,205). Sum of RGB (Red+Green+Blue) = 226+41+205=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E229CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229CD is #1DD632. Grayscale: #727272. Windows color (decimal): -1955379 or 13445602. OLE color: 13445602.
HSL color Cylindrical-coordinate representation of color #E229CD: hue angle of 306.81º 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 #E229CD is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 205 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.11 |
| HSL | 306.81º | 0.76% | 0.52% | - |
| HSV(B) | 306.81º | 0.82% | 0.89% | - |
| XYZ | 43.18 | 22.16 | 59.76 | - |
| YUV | 115.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 205 | 0 | 0.82 | 0.09 | 0.11 | 306.81 | 0.76 | 0.52 |
| Hex | E2 | 29 | CD | 0 | 52 | 9 | B | 133 | 4C | 34 |
| Octal | 342 | 51 | 315 | 0 | 122 | 11 | 13 | 463 | 114 | 64 |
| Binary | 11100010 | 101001 | 11001101 | 0 | 1010010 | 1001 | 1011 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E229CD
Complementary color
Monochromatic Colors of #E229CD
Black with #E229CD
Text Example
Text Example
White with #E229CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229CD; }
p { color: rgb(226,41,205); }
H1.HeaderClassName
{
color: #E229CD;
}
.AnyTagClassName
{
color: #E229CD;
}
</style>
background-color css
<style>
a { background-color: #E229CD; }
a { background-color: rgb(226,41,205); }
div.DivClassName
{
background-color: #E229CD;
}
.BgClassName
{
background-color: #E229CD;
}
</style>
border-color css
<style>
span { border-color: #E229CD; }
span { border-color: rgb(226,41,205); }
td.TdClassName
{
border-color: #E229CD;
}
.TagClassName
{
border-color: #E229CD;
}
</style>