Shades of Razzle Dazzle Rose #E226D0
Tints of Razzle Dazzle Rose #E226D0
RGB
CMYK
RGB Variations
Color information
#E226D0 (or 0xE226D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 26 and D0. RGB value is (226,38,208). Sum of RGB (Red+Green+Blue) = 226+38+208=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E226D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226D0 is #1DD92F. Grayscale: #717171. Windows color (decimal): -1956144 or 13641442. OLE color: 13641442.
HSL color Cylindrical-coordinate representation of color #E226D0: hue angle of 305.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226D0 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 208 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 305.74º | 0.76% | 0.52% | - |
| HSV(B) | 305.74º | 0.83% | 0.89% | - |
| XYZ | 43.44 | 22.11 | 61.65 | - |
| YUV | 113.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 208 | 0 | 0.83 | 0.08 | 0.11 | 305.74 | 0.76 | 0.52 |
| Hex | E2 | 26 | D0 | 0 | 53 | 8 | B | 132 | 4C | 34 |
| Octal | 342 | 46 | 320 | 0 | 123 | 10 | 13 | 462 | 114 | 64 |
| Binary | 11100010 | 100110 | 11010000 | 0 | 1010011 | 1000 | 1011 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E226D0
Complementary color
Monochromatic Colors of #E226D0
Black with #E226D0
Text Example
Text Example
White with #E226D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226D0; }
p { color: rgb(226,38,208); }
H1.HeaderClassName
{
color: #E226D0;
}
.AnyTagClassName
{
color: #E226D0;
}
</style>
background-color css
<style>
a { background-color: #E226D0; }
a { background-color: rgb(226,38,208); }
div.DivClassName
{
background-color: #E226D0;
}
.BgClassName
{
background-color: #E226D0;
}
</style>
border-color css
<style>
span { border-color: #E226D0; }
span { border-color: rgb(226,38,208); }
td.TdClassName
{
border-color: #E226D0;
}
.TagClassName
{
border-color: #E226D0;
}
</style>