Shades of Razzle Dazzle Rose #E131D0
Tints of Razzle Dazzle Rose #E131D0
RGB
CMYK
RGB Variations
Color information
#E131D0 (or 0xE131D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and D0. RGB value is (225,49,208). Sum of RGB (Red+Green+Blue) = 225+49+208=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E131D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131D0 is #1ECE2F. Grayscale: #777777. Windows color (decimal): -2018864 or 13644257. OLE color: 13644257.
HSL color Cylindrical-coordinate representation of color #E131D0: hue angle of 305.8º 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 #E131D0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 208 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.12 |
| HSL | 305.8º | 0.75% | 0.54% | - |
| HSV(B) | 305.8º | 0.78% | 0.88% | - |
| XYZ | 43.53 | 22.76 | 61.77 | - |
| YUV | 119.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 208 | 0 | 0.78 | 0.08 | 0.12 | 305.8 | 0.75 | 0.54 |
| Hex | E1 | 31 | D0 | 0 | 4E | 8 | C | 132 | 4B | 36 |
| Octal | 341 | 61 | 320 | 0 | 116 | 10 | 14 | 462 | 113 | 66 |
| Binary | 11100001 | 110001 | 11010000 | 0 | 1001110 | 1000 | 1100 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E131D0
Complementary color
Monochromatic Colors of #E131D0
Black with #E131D0
Text Example
Text Example
White with #E131D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131D0; }
p { color: rgb(225,49,208); }
H1.HeaderClassName
{
color: #E131D0;
}
.AnyTagClassName
{
color: #E131D0;
}
</style>
background-color css
<style>
a { background-color: #E131D0; }
a { background-color: rgb(225,49,208); }
div.DivClassName
{
background-color: #E131D0;
}
.BgClassName
{
background-color: #E131D0;
}
</style>
border-color css
<style>
span { border-color: #E131D0; }
span { border-color: rgb(225,49,208); }
td.TdClassName
{
border-color: #E131D0;
}
.TagClassName
{
border-color: #E131D0;
}
</style>