Shades of Razzle Dazzle Rose #E226BE
Tints of Razzle Dazzle Rose #E226BE
RGB
CMYK
RGB Variations
Color information
#E226BE (or 0xE226BE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 26 and BE. RGB value is (226,38,190). Sum of RGB (Red+Green+Blue) = 226+38+190=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E226BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226BE is #1DD941. Grayscale: #6F6F6F. Windows color (decimal): -1956162 or 12461794. OLE color: 12461794.
HSL color Cylindrical-coordinate representation of color #E226BE: hue angle of 311.49º 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 #E226BE is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 190 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.11 |
| HSL | 311.49º | 0.76% | 0.52% | - |
| HSV(B) | 311.49º | 0.83% | 0.89% | - |
| XYZ | 41.35 | 21.27 | 50.64 | - |
| YUV | 111.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 190 | 0 | 0.83 | 0.16 | 0.11 | 311.49 | 0.76 | 0.52 |
| Hex | E2 | 26 | BE | 0 | 53 | 10 | B | 137 | 4C | 34 |
| Octal | 342 | 46 | 276 | 0 | 123 | 20 | 13 | 467 | 114 | 64 |
| Binary | 11100010 | 100110 | 10111110 | 0 | 1010011 | 10000 | 1011 | 100110111 | 1001100 | 110100 |
Color Harmonies of #E226BE
Complementary color
Monochromatic Colors of #E226BE
Black with #E226BE
Text Example
Text Example
White with #E226BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226BE; }
p { color: rgb(226,38,190); }
H1.HeaderClassName
{
color: #E226BE;
}
.AnyTagClassName
{
color: #E226BE;
}
</style>
background-color css
<style>
a { background-color: #E226BE; }
a { background-color: rgb(226,38,190); }
div.DivClassName
{
background-color: #E226BE;
}
.BgClassName
{
background-color: #E226BE;
}
</style>
border-color css
<style>
span { border-color: #E226BE; }
span { border-color: rgb(226,38,190); }
td.TdClassName
{
border-color: #E226BE;
}
.TagClassName
{
border-color: #E226BE;
}
</style>