Shades of Razzle Dazzle Rose #E431C0
Tints of Razzle Dazzle Rose #E431C0
RGB
CMYK
RGB Variations
Color information
#E431C0 (or 0xE431C0) is known color: Razzle Dazzle Rose. HEX triplet: E4, 31 and C0. RGB value is (228,49,192). Sum of RGB (Red+Green+Blue) = 228+49+192=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E431C0 is #1BCE3F. Grayscale: #767676. Windows color (decimal): -1822272 or 12595684. OLE color: 12595684.
HSL color Cylindrical-coordinate representation of color #E431C0: hue angle of 312.07º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E431C0 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 192 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.11 |
| HSL | 312.07º | 0.77% | 0.54% | - |
| HSV(B) | 312.07º | 0.79% | 0.89% | - |
| XYZ | 42.61 | 22.5 | 51.97 | - |
| YUV | 118.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 192 | 0 | 0.79 | 0.16 | 0.11 | 312.07 | 0.77 | 0.54 |
| Hex | E4 | 31 | C0 | 0 | 4F | 10 | B | 138 | 4D | 36 |
| Octal | 344 | 61 | 300 | 0 | 117 | 20 | 13 | 470 | 115 | 66 |
| Binary | 11100100 | 110001 | 11000000 | 0 | 1001111 | 10000 | 1011 | 100111000 | 1001101 | 110110 |
Color Harmonies of #E431C0
Complementary color
Monochromatic Colors of #E431C0
Black with #E431C0
Text Example
Text Example
White with #E431C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E431C0; }
p { color: rgb(228,49,192); }
H1.HeaderClassName
{
color: #E431C0;
}
.AnyTagClassName
{
color: #E431C0;
}
</style>
background-color css
<style>
a { background-color: #E431C0; }
a { background-color: rgb(228,49,192); }
div.DivClassName
{
background-color: #E431C0;
}
.BgClassName
{
background-color: #E431C0;
}
</style>
border-color css
<style>
span { border-color: #E431C0; }
span { border-color: rgb(228,49,192); }
td.TdClassName
{
border-color: #E431C0;
}
.TagClassName
{
border-color: #E431C0;
}
</style>