Shades of Razzle Dazzle Rose #E631CE
Tints of Razzle Dazzle Rose #E631CE
RGB
CMYK
RGB Variations
Color information
#E631CE (or 0xE631CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and CE. RGB value is (230,49,206). Sum of RGB (Red+Green+Blue) = 230+49+206=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E631CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631CE is #19CE31. Grayscale: #787878. Windows color (decimal): -1691186 or 13513190. OLE color: 13513190.
HSL color Cylindrical-coordinate representation of color #E631CE: hue angle of 307.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E631CE is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 206 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.10 |
| HSL | 307.96º | 0.78% | 0.55% | - |
| HSV(B) | 307.96º | 0.79% | 0.9% | - |
| XYZ | 44.87 | 23.48 | 60.56 | - |
| YUV | 121.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 206 | 0 | 0.79 | 0.10 | 0.10 | 307.96 | 0.78 | 0.55 |
| Hex | E6 | 31 | CE | 0 | 4F | A | A | 134 | 4E | 37 |
| Octal | 346 | 61 | 316 | 0 | 117 | 12 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110001 | 11001110 | 0 | 1001111 | 1010 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E631CE
Complementary color
Monochromatic Colors of #E631CE
Black with #E631CE
Text Example
Text Example
White with #E631CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631CE; }
p { color: rgb(230,49,206); }
H1.HeaderClassName
{
color: #E631CE;
}
.AnyTagClassName
{
color: #E631CE;
}
</style>
background-color css
<style>
a { background-color: #E631CE; }
a { background-color: rgb(230,49,206); }
div.DivClassName
{
background-color: #E631CE;
}
.BgClassName
{
background-color: #E631CE;
}
</style>
border-color css
<style>
span { border-color: #E631CE; }
span { border-color: rgb(230,49,206); }
td.TdClassName
{
border-color: #E631CE;
}
.TagClassName
{
border-color: #E631CE;
}
</style>