Shades of Razzle Dazzle Rose #E631DC
Tints of Razzle Dazzle Rose #E631DC
RGB
CMYK
RGB Variations
Color information
#E631DC (or 0xE631DC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and DC. RGB value is (230,49,220). Sum of RGB (Red+Green+Blue) = 230+49+220=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E631DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631DC is #19CE23. Grayscale: #7A7A7A. Windows color (decimal): -1691172 or 14430694. OLE color: 14430694.
HSL color Cylindrical-coordinate representation of color #E631DC: hue angle of 303.31º 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 #E631DC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 220 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.10 |
| HSL | 303.31º | 0.78% | 0.55% | - |
| HSV(B) | 303.31º | 0.79% | 0.9% | - |
| XYZ | 46.65 | 24.19 | 69.92 | - |
| YUV | 122.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 220 | 0 | 0.79 | 0.04 | 0.10 | 303.31 | 0.78 | 0.55 |
| Hex | E6 | 31 | DC | 0 | 4F | 4 | A | 12F | 4E | 37 |
| Octal | 346 | 61 | 334 | 0 | 117 | 4 | 12 | 457 | 116 | 67 |
| Binary | 11100110 | 110001 | 11011100 | 0 | 1001111 | 100 | 1010 | 100101111 | 1001110 | 110111 |
Color Harmonies of #E631DC
Complementary color
Monochromatic Colors of #E631DC
Black with #E631DC
Text Example
Text Example
White with #E631DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631DC; }
p { color: rgb(230,49,220); }
H1.HeaderClassName
{
color: #E631DC;
}
.AnyTagClassName
{
color: #E631DC;
}
</style>
background-color css
<style>
a { background-color: #E631DC; }
a { background-color: rgb(230,49,220); }
div.DivClassName
{
background-color: #E631DC;
}
.BgClassName
{
background-color: #E631DC;
}
</style>
border-color css
<style>
span { border-color: #E631DC; }
span { border-color: rgb(230,49,220); }
td.TdClassName
{
border-color: #E631DC;
}
.TagClassName
{
border-color: #E631DC;
}
</style>