Shades of Razzle Dazzle Rose #E228D6
Tints of Razzle Dazzle Rose #E228D6
RGB
CMYK
RGB Variations
Color information
#E228D6 (or 0xE228D6) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and D6. RGB value is (226,40,214). Sum of RGB (Red+Green+Blue) = 226+40+214=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E228D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228D6 is #1DD729. Grayscale: #727272. Windows color (decimal): -1955626 or 14035170. OLE color: 14035170.
HSL color Cylindrical-coordinate representation of color #E228D6: hue angle of 303.87º 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 #E228D6 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 214 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.11 |
| HSL | 303.87º | 0.76% | 0.52% | - |
| HSV(B) | 303.87º | 0.82% | 0.89% | - |
| XYZ | 44.26 | 22.54 | 65.64 | - |
| YUV | 115.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 214 | 0 | 0.82 | 0.05 | 0.11 | 303.87 | 0.76 | 0.52 |
| Hex | E2 | 28 | D6 | 0 | 52 | 5 | B | 130 | 4C | 34 |
| Octal | 342 | 50 | 326 | 0 | 122 | 5 | 13 | 460 | 114 | 64 |
| Binary | 11100010 | 101000 | 11010110 | 0 | 1010010 | 101 | 1011 | 100110000 | 1001100 | 110100 |
Color Harmonies of #E228D6
Complementary color
Monochromatic Colors of #E228D6
Black with #E228D6
Text Example
Text Example
White with #E228D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228D6; }
p { color: rgb(226,40,214); }
H1.HeaderClassName
{
color: #E228D6;
}
.AnyTagClassName
{
color: #E228D6;
}
</style>
background-color css
<style>
a { background-color: #E228D6; }
a { background-color: rgb(226,40,214); }
div.DivClassName
{
background-color: #E228D6;
}
.BgClassName
{
background-color: #E228D6;
}
</style>
border-color css
<style>
span { border-color: #E228D6; }
span { border-color: rgb(226,40,214); }
td.TdClassName
{
border-color: #E228D6;
}
.TagClassName
{
border-color: #E228D6;
}
</style>