Shades of Razzle Dazzle Rose #E131C8
Tints of Razzle Dazzle Rose #E131C8
RGB
CMYK
RGB Variations
Color information
#E131C8 (or 0xE131C8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and C8. RGB value is (225,49,200). Sum of RGB (Red+Green+Blue) = 225+49+200=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E131C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131C8 is #1ECE37. Grayscale: #767676. Windows color (decimal): -2018872 or 13119969. OLE color: 13119969.
HSL color Cylindrical-coordinate representation of color #E131C8: hue angle of 308.52º 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 #E131C8 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 200 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.12 |
| HSL | 308.52º | 0.75% | 0.54% | - |
| HSV(B) | 308.52º | 0.78% | 0.88% | - |
| XYZ | 42.57 | 22.37 | 56.72 | - |
| YUV | 118.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 200 | 0 | 0.78 | 0.11 | 0.12 | 308.52 | 0.75 | 0.54 |
| Hex | E1 | 31 | C8 | 0 | 4E | B | C | 135 | 4B | 36 |
| Octal | 341 | 61 | 310 | 0 | 116 | 13 | 14 | 465 | 113 | 66 |
| Binary | 11100001 | 110001 | 11001000 | 0 | 1001110 | 1011 | 1100 | 100110101 | 1001011 | 110110 |
Color Harmonies of #E131C8
Complementary color
Monochromatic Colors of #E131C8
Black with #E131C8
Text Example
Text Example
White with #E131C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131C8; }
p { color: rgb(225,49,200); }
H1.HeaderClassName
{
color: #E131C8;
}
.AnyTagClassName
{
color: #E131C8;
}
</style>
background-color css
<style>
a { background-color: #E131C8; }
a { background-color: rgb(225,49,200); }
div.DivClassName
{
background-color: #E131C8;
}
.BgClassName
{
background-color: #E131C8;
}
</style>
border-color css
<style>
span { border-color: #E131C8; }
span { border-color: rgb(225,49,200); }
td.TdClassName
{
border-color: #E131C8;
}
.TagClassName
{
border-color: #E131C8;
}
</style>