Shades of Razzle Dazzle Rose #E227D0
Tints of Razzle Dazzle Rose #E227D0
RGB
CMYK
RGB Variations
Color information
#E227D0 (or 0xE227D0) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and D0. RGB value is (226,39,208). Sum of RGB (Red+Green+Blue) = 226+39+208=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E227D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227D0 is #1DD82F. Grayscale: #717171. Windows color (decimal): -1955888 or 13641698. OLE color: 13641698.
HSL color Cylindrical-coordinate representation of color #E227D0: hue angle of 305.78º 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 #E227D0 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 208 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 305.78º | 0.76% | 0.52% | - |
| HSV(B) | 305.78º | 0.83% | 0.89% | - |
| XYZ | 43.47 | 22.17 | 61.66 | - |
| YUV | 114.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 208 | 0 | 0.83 | 0.08 | 0.11 | 305.78 | 0.76 | 0.52 |
| Hex | E2 | 27 | D0 | 0 | 53 | 8 | B | 132 | 4C | 34 |
| Octal | 342 | 47 | 320 | 0 | 123 | 10 | 13 | 462 | 114 | 64 |
| Binary | 11100010 | 100111 | 11010000 | 0 | 1010011 | 1000 | 1011 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E227D0
Complementary color
Monochromatic Colors of #E227D0
Black with #E227D0
Text Example
Text Example
White with #E227D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227D0; }
p { color: rgb(226,39,208); }
H1.HeaderClassName
{
color: #E227D0;
}
.AnyTagClassName
{
color: #E227D0;
}
</style>
background-color css
<style>
a { background-color: #E227D0; }
a { background-color: rgb(226,39,208); }
div.DivClassName
{
background-color: #E227D0;
}
.BgClassName
{
background-color: #E227D0;
}
</style>
border-color css
<style>
span { border-color: #E227D0; }
span { border-color: rgb(226,39,208); }
td.TdClassName
{
border-color: #E227D0;
}
.TagClassName
{
border-color: #E227D0;
}
</style>