Shades of Razzle Dazzle Rose #E227D1
Tints of Razzle Dazzle Rose #E227D1
RGB
CMYK
RGB Variations
Color information
#E227D1 (or 0xE227D1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and D1. RGB value is (226,39,209). Sum of RGB (Red+Green+Blue) = 226+39+209=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E227D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227D1 is #1DD82E. Grayscale: #717171. Windows color (decimal): -1955887 or 13707234. OLE color: 13707234.
HSL color Cylindrical-coordinate representation of color #E227D1: hue angle of 305.45º 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 #E227D1 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 209 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 305.45º | 0.76% | 0.52% | - |
| HSV(B) | 305.45º | 0.83% | 0.89% | - |
| XYZ | 43.6 | 22.22 | 62.31 | - |
| YUV | 114.29 | 181.45 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 209 | 0 | 0.83 | 0.08 | 0.11 | 305.45 | 0.76 | 0.52 |
| Hex | E2 | 27 | D1 | 0 | 53 | 8 | B | 131 | 4C | 34 |
| Octal | 342 | 47 | 321 | 0 | 123 | 10 | 13 | 461 | 114 | 64 |
| Binary | 11100010 | 100111 | 11010001 | 0 | 1010011 | 1000 | 1011 | 100110001 | 1001100 | 110100 |
Color Harmonies of #E227D1
Complementary color
Monochromatic Colors of #E227D1
Black with #E227D1
Text Example
Text Example
White with #E227D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227D1; }
p { color: rgb(226,39,209); }
H1.HeaderClassName
{
color: #E227D1;
}
.AnyTagClassName
{
color: #E227D1;
}
</style>
background-color css
<style>
a { background-color: #E227D1; }
a { background-color: rgb(226,39,209); }
div.DivClassName
{
background-color: #E227D1;
}
.BgClassName
{
background-color: #E227D1;
}
</style>
border-color css
<style>
span { border-color: #E227D1; }
span { border-color: rgb(226,39,209); }
td.TdClassName
{
border-color: #E227D1;
}
.TagClassName
{
border-color: #E227D1;
}
</style>