Shades of Razzle Dazzle Rose #E229C7
Tints of Razzle Dazzle Rose #E229C7
RGB
CMYK
RGB Variations
Color information
#E229C7 (or 0xE229C7) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and C7. RGB value is (226,41,199). Sum of RGB (Red+Green+Blue) = 226+41+199=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E229C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229C7 is #1DD638. Grayscale: #717171. Windows color (decimal): -1955385 or 13052386. OLE color: 13052386.
HSL color Cylindrical-coordinate representation of color #E229C7: hue angle of 308.76º 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 #E229C7 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 199 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.11 |
| HSL | 308.76º | 0.76% | 0.52% | - |
| HSV(B) | 308.76º | 0.82% | 0.89% | - |
| XYZ | 42.47 | 21.88 | 56.02 | - |
| YUV | 114.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 199 | 0 | 0.82 | 0.12 | 0.11 | 308.76 | 0.76 | 0.52 |
| Hex | E2 | 29 | C7 | 0 | 52 | C | B | 135 | 4C | 34 |
| Octal | 342 | 51 | 307 | 0 | 122 | 14 | 13 | 465 | 114 | 64 |
| Binary | 11100010 | 101001 | 11000111 | 0 | 1010010 | 1100 | 1011 | 100110101 | 1001100 | 110100 |
Color Harmonies of #E229C7
Complementary color
Monochromatic Colors of #E229C7
Black with #E229C7
Text Example
Text Example
White with #E229C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229C7; }
p { color: rgb(226,41,199); }
H1.HeaderClassName
{
color: #E229C7;
}
.AnyTagClassName
{
color: #E229C7;
}
</style>
background-color css
<style>
a { background-color: #E229C7; }
a { background-color: rgb(226,41,199); }
div.DivClassName
{
background-color: #E229C7;
}
.BgClassName
{
background-color: #E229C7;
}
</style>
border-color css
<style>
span { border-color: #E229C7; }
span { border-color: rgb(226,41,199); }
td.TdClassName
{
border-color: #E229C7;
}
.TagClassName
{
border-color: #E229C7;
}
</style>