Shades of Razzle Dazzle Rose #E228DE
Tints of Razzle Dazzle Rose #E228DE
RGB
CMYK
RGB Variations
Color information
#E228DE (or 0xE228DE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and DE. RGB value is (226,40,222). Sum of RGB (Red+Green+Blue) = 226+40+222=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E228DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228DE is #1DD721. Grayscale: #737373. Windows color (decimal): -1955618 or 14559458. OLE color: 14559458.
HSL color Cylindrical-coordinate representation of color #E228DE: hue angle of 301.29º 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 #E228DE is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 222 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.29º | 0.76% | 0.52% | - |
| HSV(B) | 301.29º | 0.82% | 0.89% | - |
| XYZ | 45.31 | 22.96 | 71.15 | - |
| YUV | 116.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 222 | 0 | 0.82 | 0.02 | 0.11 | 301.29 | 0.76 | 0.52 |
| Hex | E2 | 28 | DE | 0 | 52 | 2 | B | 12D | 4C | 34 |
| Octal | 342 | 50 | 336 | 0 | 122 | 2 | 13 | 455 | 114 | 64 |
| Binary | 11100010 | 101000 | 11011110 | 0 | 1010010 | 10 | 1011 | 100101101 | 1001100 | 110100 |
Color Harmonies of #E228DE
Complementary color
Monochromatic Colors of #E228DE
Black with #E228DE
Text Example
Text Example
White with #E228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228DE; }
p { color: rgb(226,40,222); }
H1.HeaderClassName
{
color: #E228DE;
}
.AnyTagClassName
{
color: #E228DE;
}
</style>
background-color css
<style>
a { background-color: #E228DE; }
a { background-color: rgb(226,40,222); }
div.DivClassName
{
background-color: #E228DE;
}
.BgClassName
{
background-color: #E228DE;
}
</style>
border-color css
<style>
span { border-color: #E228DE; }
span { border-color: rgb(226,40,222); }
td.TdClassName
{
border-color: #E228DE;
}
.TagClassName
{
border-color: #E228DE;
}
</style>