Shades of Razzle Dazzle Rose #E227BB
Tints of Razzle Dazzle Rose #E227BB
RGB
CMYK
RGB Variations
Color information
#E227BB (or 0xE227BB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 27 and BB. RGB value is (226,39,187). Sum of RGB (Red+Green+Blue) = 226+39+187=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E227BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E227BB is #1DD844. Grayscale: #6F6F6F. Windows color (decimal): -1955909 or 12265442. OLE color: 12265442.
HSL color Cylindrical-coordinate representation of color #E227BB: hue angle of 312.51º 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 #E227BB is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 187 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.11 |
| HSL | 312.51º | 0.76% | 0.52% | - |
| HSV(B) | 312.51º | 0.83% | 0.89% | - |
| XYZ | 41.06 | 21.21 | 48.94 | - |
| YUV | 111.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 187 | 0 | 0.83 | 0.17 | 0.11 | 312.51 | 0.76 | 0.52 |
| Hex | E2 | 27 | BB | 0 | 53 | 11 | B | 139 | 4C | 34 |
| Octal | 342 | 47 | 273 | 0 | 123 | 21 | 13 | 471 | 114 | 64 |
| Binary | 11100010 | 100111 | 10111011 | 0 | 1010011 | 10001 | 1011 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E227BB
Complementary color
Monochromatic Colors of #E227BB
Black with #E227BB
Text Example
Text Example
White with #E227BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E227BB; }
p { color: rgb(226,39,187); }
H1.HeaderClassName
{
color: #E227BB;
}
.AnyTagClassName
{
color: #E227BB;
}
</style>
background-color css
<style>
a { background-color: #E227BB; }
a { background-color: rgb(226,39,187); }
div.DivClassName
{
background-color: #E227BB;
}
.BgClassName
{
background-color: #E227BB;
}
</style>
border-color css
<style>
span { border-color: #E227BB; }
span { border-color: rgb(226,39,187); }
td.TdClassName
{
border-color: #E227BB;
}
.TagClassName
{
border-color: #E227BB;
}
</style>