Shades of Razzle Dazzle Rose #E228DD
Tints of Razzle Dazzle Rose #E228DD
RGB
CMYK
RGB Variations
Color information
#E228DD (or 0xE228DD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and DD. RGB value is (226,40,221). Sum of RGB (Red+Green+Blue) = 226+40+221=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E228DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228DD is #1DD722. Grayscale: #737373. Windows color (decimal): -1955619 or 14493922. OLE color: 14493922.
HSL color Cylindrical-coordinate representation of color #E228DD: hue angle of 301.61º 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 #E228DD is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 221 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.61º | 0.76% | 0.52% | - |
| HSV(B) | 301.61º | 0.82% | 0.89% | - |
| XYZ | 45.17 | 22.91 | 70.45 | - |
| YUV | 116.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 221 | 0 | 0.82 | 0.02 | 0.11 | 301.61 | 0.76 | 0.52 |
| Hex | E2 | 28 | DD | 0 | 52 | 2 | B | 12E | 4C | 34 |
| Octal | 342 | 50 | 335 | 0 | 122 | 2 | 13 | 456 | 114 | 64 |
| Binary | 11100010 | 101000 | 11011101 | 0 | 1010010 | 10 | 1011 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E228DD
Complementary color
Monochromatic Colors of #E228DD
Black with #E228DD
Text Example
Text Example
White with #E228DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228DD; }
p { color: rgb(226,40,221); }
H1.HeaderClassName
{
color: #E228DD;
}
.AnyTagClassName
{
color: #E228DD;
}
</style>
background-color css
<style>
a { background-color: #E228DD; }
a { background-color: rgb(226,40,221); }
div.DivClassName
{
background-color: #E228DD;
}
.BgClassName
{
background-color: #E228DD;
}
</style>
border-color css
<style>
span { border-color: #E228DD; }
span { border-color: rgb(226,40,221); }
td.TdClassName
{
border-color: #E228DD;
}
.TagClassName
{
border-color: #E228DD;
}
</style>