Shades of Razzle Dazzle Rose #E131B9
Tints of Razzle Dazzle Rose #E131B9
RGB
CMYK
RGB Variations
Color information
#E131B9 (or 0xE131B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and B9. RGB value is (225,49,185). Sum of RGB (Red+Green+Blue) = 225+49+185=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E131B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131B9 is #1ECE46. Grayscale: #747474. Windows color (decimal): -2018887 or 12136929. OLE color: 12136929.
HSL color Cylindrical-coordinate representation of color #E131B9: hue angle of 313.64º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131B9 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 185 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.12 |
| HSL | 313.64º | 0.75% | 0.54% | - |
| HSV(B) | 313.64º | 0.78% | 0.88% | - |
| XYZ | 40.91 | 21.71 | 47.93 | - |
| YUV | 117.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 185 | 0 | 0.78 | 0.18 | 0.12 | 313.64 | 0.75 | 0.54 |
| Hex | E1 | 31 | B9 | 0 | 4E | 12 | C | 13A | 4B | 36 |
| Octal | 341 | 61 | 271 | 0 | 116 | 22 | 14 | 472 | 113 | 66 |
| Binary | 11100001 | 110001 | 10111001 | 0 | 1001110 | 10010 | 1100 | 100111010 | 1001011 | 110110 |
Color Harmonies of #E131B9
Complementary color
Monochromatic Colors of #E131B9
Black with #E131B9
Text Example
Text Example
White with #E131B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131B9; }
p { color: rgb(225,49,185); }
H1.HeaderClassName
{
color: #E131B9;
}
.AnyTagClassName
{
color: #E131B9;
}
</style>
background-color css
<style>
a { background-color: #E131B9; }
a { background-color: rgb(225,49,185); }
div.DivClassName
{
background-color: #E131B9;
}
.BgClassName
{
background-color: #E131B9;
}
</style>
border-color css
<style>
span { border-color: #E131B9; }
span { border-color: rgb(225,49,185); }
td.TdClassName
{
border-color: #E131B9;
}
.TagClassName
{
border-color: #E131B9;
}
</style>