Shades of Razzle Dazzle Rose #E130B9
Tints of Razzle Dazzle Rose #E130B9
RGB
CMYK
RGB Variations
Color information
#E130B9 (or 0xE130B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and B9. RGB value is (225,48,185). Sum of RGB (Red+Green+Blue) = 225+48+185=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E130B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130B9 is #1ECF46. Grayscale: #747474. Windows color (decimal): -2019143 or 12136673. OLE color: 12136673.
HSL color Cylindrical-coordinate representation of color #E130B9: hue angle of 313.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130B9 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 185 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.12 |
| HSL | 313.56º | 0.75% | 0.54% | - |
| HSV(B) | 313.56º | 0.79% | 0.88% | - |
| XYZ | 40.87 | 21.62 | 47.92 | - |
| YUV | 116.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 185 | 0 | 0.79 | 0.18 | 0.12 | 313.56 | 0.75 | 0.54 |
| Hex | E1 | 30 | B9 | 0 | 4F | 12 | C | 13A | 4B | 36 |
| Octal | 341 | 60 | 271 | 0 | 117 | 22 | 14 | 472 | 113 | 66 |
| Binary | 11100001 | 110000 | 10111001 | 0 | 1001111 | 10010 | 1100 | 100111010 | 1001011 | 110110 |
Color Harmonies of #E130B9
Complementary color
Monochromatic Colors of #E130B9
Black with #E130B9
Text Example
Text Example
White with #E130B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130B9; }
p { color: rgb(225,48,185); }
H1.HeaderClassName
{
color: #E130B9;
}
.AnyTagClassName
{
color: #E130B9;
}
</style>
background-color css
<style>
a { background-color: #E130B9; }
a { background-color: rgb(225,48,185); }
div.DivClassName
{
background-color: #E130B9;
}
.BgClassName
{
background-color: #E130B9;
}
</style>
border-color css
<style>
span { border-color: #E130B9; }
span { border-color: rgb(225,48,185); }
td.TdClassName
{
border-color: #E130B9;
}
.TagClassName
{
border-color: #E130B9;
}
</style>