Shades of Razzle Dazzle Rose #E131CE
Tints of Razzle Dazzle Rose #E131CE
RGB
CMYK
RGB Variations
Color information
#E131CE (or 0xE131CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and CE. RGB value is (225,49,206). Sum of RGB (Red+Green+Blue) = 225+49+206=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E131CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131CE is #1ECE31. Grayscale: #777777. Windows color (decimal): -2018866 or 13513185. OLE color: 13513185.
HSL color Cylindrical-coordinate representation of color #E131CE: hue angle of 306.48º 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 #E131CE is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 206 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.12 |
| HSL | 306.48º | 0.75% | 0.54% | - |
| HSV(B) | 306.48º | 0.78% | 0.88% | - |
| XYZ | 43.29 | 22.66 | 60.48 | - |
| YUV | 119.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 206 | 0 | 0.78 | 0.08 | 0.12 | 306.48 | 0.75 | 0.54 |
| Hex | E1 | 31 | CE | 0 | 4E | 8 | C | 132 | 4B | 36 |
| Octal | 341 | 61 | 316 | 0 | 116 | 10 | 14 | 462 | 113 | 66 |
| Binary | 11100001 | 110001 | 11001110 | 0 | 1001110 | 1000 | 1100 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E131CE
Complementary color
Monochromatic Colors of #E131CE
Black with #E131CE
Text Example
Text Example
White with #E131CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131CE; }
p { color: rgb(225,49,206); }
H1.HeaderClassName
{
color: #E131CE;
}
.AnyTagClassName
{
color: #E131CE;
}
</style>
background-color css
<style>
a { background-color: #E131CE; }
a { background-color: rgb(225,49,206); }
div.DivClassName
{
background-color: #E131CE;
}
.BgClassName
{
background-color: #E131CE;
}
</style>
border-color css
<style>
span { border-color: #E131CE; }
span { border-color: rgb(225,49,206); }
td.TdClassName
{
border-color: #E131CE;
}
.TagClassName
{
border-color: #E131CE;
}
</style>