Shades of Razzle Dazzle Rose #E831CC
Tints of Razzle Dazzle Rose #E831CC
RGB
CMYK
RGB Variations
Color information
#E831CC (or 0xE831CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and CC. RGB value is (232,49,204). Sum of RGB (Red+Green+Blue) = 232+49+204=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E831CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831CC is #17CE33. Grayscale: #787878. Windows color (decimal): -1560116 or 13382120. OLE color: 13382120.
HSL color Cylindrical-coordinate representation of color #E831CC: hue angle of 309.18º 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 #E831CC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 204 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.09 |
| HSL | 309.18º | 0.8% | 0.55% | - |
| HSV(B) | 309.18º | 0.79% | 0.91% | - |
| XYZ | 45.28 | 23.71 | 59.32 | - |
| YUV | 121.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 204 | 0 | 0.79 | 0.12 | 0.09 | 309.18 | 0.8 | 0.55 |
| Hex | E8 | 31 | CC | 0 | 4F | C | 9 | 135 | 50 | 37 |
| Octal | 350 | 61 | 314 | 0 | 117 | 14 | 11 | 465 | 120 | 67 |
| Binary | 11101000 | 110001 | 11001100 | 0 | 1001111 | 1100 | 1001 | 100110101 | 1010000 | 110111 |
Color Harmonies of #E831CC
Complementary color
Monochromatic Colors of #E831CC
Black with #E831CC
Text Example
Text Example
White with #E831CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831CC; }
p { color: rgb(232,49,204); }
H1.HeaderClassName
{
color: #E831CC;
}
.AnyTagClassName
{
color: #E831CC;
}
</style>
background-color css
<style>
a { background-color: #E831CC; }
a { background-color: rgb(232,49,204); }
div.DivClassName
{
background-color: #E831CC;
}
.BgClassName
{
background-color: #E831CC;
}
</style>
border-color css
<style>
span { border-color: #E831CC; }
span { border-color: rgb(232,49,204); }
td.TdClassName
{
border-color: #E831CC;
}
.TagClassName
{
border-color: #E831CC;
}
</style>