Shades of Razzle Dazzle Rose #E240B9
Tints of Razzle Dazzle Rose #E240B9
RGB
CMYK
RGB Variations
Color information
#E240B9 (or 0xE240B9) is known color: Razzle Dazzle Rose. HEX triplet: E2, 40 and B9. RGB value is (226,64,185). Sum of RGB (Red+Green+Blue) = 226+64+185=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E240B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E240B9 is #1DBF46. Grayscale: #7D7D7D. Windows color (decimal): -1949511 or 12140770. OLE color: 12140770.
HSL color Cylindrical-coordinate representation of color #E240B9: hue angle of 315.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240B9 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 185 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.11 |
| HSL | 315.19º | 0.74% | 0.57% | - |
| HSV(B) | 315.19º | 0.72% | 0.89% | - |
| XYZ | 41.95 | 23.34 | 48.19 | - |
| YUV | 126.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 185 | 0 | 0.72 | 0.18 | 0.11 | 315.19 | 0.74 | 0.57 |
| Hex | E2 | 40 | B9 | 0 | 48 | 12 | B | 13B | 4A | 39 |
| Octal | 342 | 100 | 271 | 0 | 110 | 22 | 13 | 473 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10111001 | 0 | 1001000 | 10010 | 1011 | 100111011 | 1001010 | 111001 |
Color Harmonies of #E240B9
Complementary color
Monochromatic Colors of #E240B9
Black with #E240B9
Text Example
Text Example
White with #E240B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240B9; }
p { color: rgb(226,64,185); }
H1.HeaderClassName
{
color: #E240B9;
}
.AnyTagClassName
{
color: #E240B9;
}
</style>
background-color css
<style>
a { background-color: #E240B9; }
a { background-color: rgb(226,64,185); }
div.DivClassName
{
background-color: #E240B9;
}
.BgClassName
{
background-color: #E240B9;
}
</style>
border-color css
<style>
span { border-color: #E240B9; }
span { border-color: rgb(226,64,185); }
td.TdClassName
{
border-color: #E240B9;
}
.TagClassName
{
border-color: #E240B9;
}
</style>