Shades of Razzle Dazzle Rose #E331C7
Tints of Razzle Dazzle Rose #E331C7
RGB
CMYK
RGB Variations
Color information
#E331C7 (or 0xE331C7) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and C7. RGB value is (227,49,199). Sum of RGB (Red+Green+Blue) = 227+49+199=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E331C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331C7 is #1CCE38. Grayscale: #767676. Windows color (decimal): -1887801 or 13054435. OLE color: 13054435.
HSL color Cylindrical-coordinate representation of color #E331C7: hue angle of 309.44º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E331C7 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 199 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.11 |
| HSL | 309.44º | 0.76% | 0.54% | - |
| HSV(B) | 309.44º | 0.78% | 0.89% | - |
| XYZ | 43.09 | 22.65 | 56.13 | - |
| YUV | 119.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 199 | 0 | 0.78 | 0.12 | 0.11 | 309.44 | 0.76 | 0.54 |
| Hex | E3 | 31 | C7 | 0 | 4E | C | B | 135 | 4C | 36 |
| Octal | 343 | 61 | 307 | 0 | 116 | 14 | 13 | 465 | 114 | 66 |
| Binary | 11100011 | 110001 | 11000111 | 0 | 1001110 | 1100 | 1011 | 100110101 | 1001100 | 110110 |
Color Harmonies of #E331C7
Complementary color
Monochromatic Colors of #E331C7
Black with #E331C7
Text Example
Text Example
White with #E331C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331C7; }
p { color: rgb(227,49,199); }
H1.HeaderClassName
{
color: #E331C7;
}
.AnyTagClassName
{
color: #E331C7;
}
</style>
background-color css
<style>
a { background-color: #E331C7; }
a { background-color: rgb(227,49,199); }
div.DivClassName
{
background-color: #E331C7;
}
.BgClassName
{
background-color: #E331C7;
}
</style>
border-color css
<style>
span { border-color: #E331C7; }
span { border-color: rgb(227,49,199); }
td.TdClassName
{
border-color: #E331C7;
}
.TagClassName
{
border-color: #E331C7;
}
</style>