Shades of Razzle Dazzle Rose #E831CE
Tints of Razzle Dazzle Rose #E831CE
RGB
CMYK
RGB Variations
Color information
#E831CE (or 0xE831CE) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and CE. RGB value is (232,49,206). Sum of RGB (Red+Green+Blue) = 232+49+206=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E831CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831CE is #17CE31. Grayscale: #797979. Windows color (decimal): -1560114 or 13513192. OLE color: 13513192.
HSL color Cylindrical-coordinate representation of color #E831CE: hue angle of 308.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E831CE is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 206 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.09 |
| HSL | 308.52º | 0.8% | 0.55% | - |
| HSV(B) | 308.52º | 0.79% | 0.91% | - |
| XYZ | 45.52 | 23.81 | 60.59 | - |
| YUV | 121.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 206 | 0 | 0.79 | 0.11 | 0.09 | 308.52 | 0.8 | 0.55 |
| Hex | E8 | 31 | CE | 0 | 4F | B | 9 | 135 | 50 | 37 |
| Octal | 350 | 61 | 316 | 0 | 117 | 13 | 11 | 465 | 120 | 67 |
| Binary | 11101000 | 110001 | 11001110 | 0 | 1001111 | 1011 | 1001 | 100110101 | 1010000 | 110111 |
Color Harmonies of #E831CE
Complementary color
Monochromatic Colors of #E831CE
Black with #E831CE
Text Example
Text Example
White with #E831CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831CE; }
p { color: rgb(232,49,206); }
H1.HeaderClassName
{
color: #E831CE;
}
.AnyTagClassName
{
color: #E831CE;
}
</style>
background-color css
<style>
a { background-color: #E831CE; }
a { background-color: rgb(232,49,206); }
div.DivClassName
{
background-color: #E831CE;
}
.BgClassName
{
background-color: #E831CE;
}
</style>
border-color css
<style>
span { border-color: #E831CE; }
span { border-color: rgb(232,49,206); }
td.TdClassName
{
border-color: #E831CE;
}
.TagClassName
{
border-color: #E831CE;
}
</style>