Shades of Razzle Dazzle Rose #E227DD
Tints of Razzle Dazzle Rose #E227DD
RGB
CMYK
RGB Variations
Color information
#E227DD (or 0xE227DD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and DD. RGB value is (226,39,221). Sum of RGB (Red+Green+Blue) = 226+39+221=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E227DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227DD is #1DD822. Grayscale: #737373. Windows color (decimal): -1955875 or 14493666. OLE color: 14493666.
HSL color Cylindrical-coordinate representation of color #E227DD: hue angle of 301.6º 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 #E227DD is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 221 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.11 |
| HSL | 301.6º | 0.76% | 0.52% | - |
| HSV(B) | 301.6º | 0.83% | 0.89% | - |
| XYZ | 45.14 | 22.84 | 70.44 | - |
| YUV | 115.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 221 | 0 | 0.83 | 0.02 | 0.11 | 301.6 | 0.76 | 0.52 |
| Hex | E2 | 27 | DD | 0 | 53 | 2 | B | 12E | 4C | 34 |
| Octal | 342 | 47 | 335 | 0 | 123 | 2 | 13 | 456 | 114 | 64 |
| Binary | 11100010 | 100111 | 11011101 | 0 | 1010011 | 10 | 1011 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E227DD
Complementary color
Monochromatic Colors of #E227DD
Black with #E227DD
Text Example
Text Example
White with #E227DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227DD; }
p { color: rgb(226,39,221); }
H1.HeaderClassName
{
color: #E227DD;
}
.AnyTagClassName
{
color: #E227DD;
}
</style>
background-color css
<style>
a { background-color: #E227DD; }
a { background-color: rgb(226,39,221); }
div.DivClassName
{
background-color: #E227DD;
}
.BgClassName
{
background-color: #E227DD;
}
</style>
border-color css
<style>
span { border-color: #E227DD; }
span { border-color: rgb(226,39,221); }
td.TdClassName
{
border-color: #E227DD;
}
.TagClassName
{
border-color: #E227DD;
}
</style>