Shades of Razzle Dazzle Rose #E22DBB
Tints of Razzle Dazzle Rose #E22DBB
RGB
CMYK
RGB Variations
Color information
#E22DBB (or 0xE22DBB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 2D and BB. RGB value is (226,45,187). Sum of RGB (Red+Green+Blue) = 226+45+187=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22DBB is #1DD244. Grayscale: #727272. Windows color (decimal): -1954373 or 12266978. OLE color: 12266978.
HSL color Cylindrical-coordinate representation of color #E22DBB: hue angle of 312.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22DBB is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.11 |
| HSL | 312.93º | 0.76% | 0.53% | - |
| HSV(B) | 312.93º | 0.8% | 0.89% | - |
| XYZ | 41.27 | 21.63 | 49.01 | - |
| YUV | 115.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 187 | 0 | 0.80 | 0.17 | 0.11 | 312.93 | 0.76 | 0.53 |
| Hex | E2 | 2D | BB | 0 | 50 | 11 | B | 139 | 4C | 35 |
| Octal | 342 | 55 | 273 | 0 | 120 | 21 | 13 | 471 | 114 | 65 |
| Binary | 11100010 | 101101 | 10111011 | 0 | 1010000 | 10001 | 1011 | 100111001 | 1001100 | 110101 |
Color Harmonies of #E22DBB
Complementary color
Monochromatic Colors of #E22DBB
Black with #E22DBB
Text Example
Text Example
White with #E22DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DBB; }
p { color: rgb(226,45,187); }
H1.HeaderClassName
{
color: #E22DBB;
}
.AnyTagClassName
{
color: #E22DBB;
}
</style>
background-color css
<style>
a { background-color: #E22DBB; }
a { background-color: rgb(226,45,187); }
div.DivClassName
{
background-color: #E22DBB;
}
.BgClassName
{
background-color: #E22DBB;
}
</style>
border-color css
<style>
span { border-color: #E22DBB; }
span { border-color: rgb(226,45,187); }
td.TdClassName
{
border-color: #E22DBB;
}
.TagClassName
{
border-color: #E22DBB;
}
</style>