Shades of Razzle Dazzle Rose #E229C1
Tints of Razzle Dazzle Rose #E229C1
RGB
CMYK
RGB Variations
Color information
#E229C1 (or 0xE229C1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and C1. RGB value is (226,41,193). Sum of RGB (Red+Green+Blue) = 226+41+193=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E229C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229C1 is #1DD63E. Grayscale: #717171. Windows color (decimal): -1955391 or 12659170. OLE color: 12659170.
HSL color Cylindrical-coordinate representation of color #E229C1: hue angle of 310.7º 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 #E229C1 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 193 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.11 |
| HSL | 310.7º | 0.76% | 0.52% | - |
| HSV(B) | 310.7º | 0.82% | 0.89% | - |
| XYZ | 41.78 | 21.6 | 52.42 | - |
| YUV | 113.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 193 | 0 | 0.82 | 0.15 | 0.11 | 310.7 | 0.76 | 0.52 |
| Hex | E2 | 29 | C1 | 0 | 52 | F | B | 137 | 4C | 34 |
| Octal | 342 | 51 | 301 | 0 | 122 | 17 | 13 | 467 | 114 | 64 |
| Binary | 11100010 | 101001 | 11000001 | 0 | 1010010 | 1111 | 1011 | 100110111 | 1001100 | 110100 |
Color Harmonies of #E229C1
Complementary color
Monochromatic Colors of #E229C1
Black with #E229C1
Text Example
Text Example
White with #E229C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229C1; }
p { color: rgb(226,41,193); }
H1.HeaderClassName
{
color: #E229C1;
}
.AnyTagClassName
{
color: #E229C1;
}
</style>
background-color css
<style>
a { background-color: #E229C1; }
a { background-color: rgb(226,41,193); }
div.DivClassName
{
background-color: #E229C1;
}
.BgClassName
{
background-color: #E229C1;
}
</style>
border-color css
<style>
span { border-color: #E229C1; }
span { border-color: rgb(226,41,193); }
td.TdClassName
{
border-color: #E229C1;
}
.TagClassName
{
border-color: #E229C1;
}
</style>