Shades of Razzle Dazzle Rose #E228D7
Tints of Razzle Dazzle Rose #E228D7
RGB
CMYK
RGB Variations
Color information
#E228D7 (or 0xE228D7) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and D7. RGB value is (226,40,215). Sum of RGB (Red+Green+Blue) = 226+40+215=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E228D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228D7 is #1DD728. Grayscale: #737373. Windows color (decimal): -1955625 or 14100706. OLE color: 14100706.
HSL color Cylindrical-coordinate representation of color #E228D7: hue angle of 303.55º 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 #E228D7 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 215 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.11 |
| HSL | 303.55º | 0.76% | 0.52% | - |
| HSV(B) | 303.55º | 0.82% | 0.89% | - |
| XYZ | 44.39 | 22.59 | 66.31 | - |
| YUV | 115.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 215 | 0 | 0.82 | 0.05 | 0.11 | 303.55 | 0.76 | 0.52 |
| Hex | E2 | 28 | D7 | 0 | 52 | 5 | B | 130 | 4C | 34 |
| Octal | 342 | 50 | 327 | 0 | 122 | 5 | 13 | 460 | 114 | 64 |
| Binary | 11100010 | 101000 | 11010111 | 0 | 1010010 | 101 | 1011 | 100110000 | 1001100 | 110100 |
Color Harmonies of #E228D7
Complementary color
Monochromatic Colors of #E228D7
Black with #E228D7
Text Example
Text Example
White with #E228D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228D7; }
p { color: rgb(226,40,215); }
H1.HeaderClassName
{
color: #E228D7;
}
.AnyTagClassName
{
color: #E228D7;
}
</style>
background-color css
<style>
a { background-color: #E228D7; }
a { background-color: rgb(226,40,215); }
div.DivClassName
{
background-color: #E228D7;
}
.BgClassName
{
background-color: #E228D7;
}
</style>
border-color css
<style>
span { border-color: #E228D7; }
span { border-color: rgb(226,40,215); }
td.TdClassName
{
border-color: #E228D7;
}
.TagClassName
{
border-color: #E228D7;
}
</style>