Shades of Razzle Dazzle Rose #E631C7
Tints of Razzle Dazzle Rose #E631C7
RGB
CMYK
RGB Variations
Color information
#E631C7 (or 0xE631C7) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and C7. RGB value is (230,49,199). Sum of RGB (Red+Green+Blue) = 230+49+199=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E631C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631C7 is #19CE38. Grayscale: #777777. Windows color (decimal): -1691193 or 13054438. OLE color: 13054438.
HSL color Cylindrical-coordinate representation of color #E631C7: hue angle of 310.28º 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 #E631C7 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 199 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.10 |
| HSL | 310.28º | 0.78% | 0.55% | - |
| HSV(B) | 310.28º | 0.79% | 0.9% | - |
| XYZ | 44.04 | 23.14 | 56.18 | - |
| YUV | 120.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 199 | 0 | 0.79 | 0.13 | 0.10 | 310.28 | 0.78 | 0.55 |
| Hex | E6 | 31 | C7 | 0 | 4F | D | A | 136 | 4E | 37 |
| Octal | 346 | 61 | 307 | 0 | 117 | 15 | 12 | 466 | 116 | 67 |
| Binary | 11100110 | 110001 | 11000111 | 0 | 1001111 | 1101 | 1010 | 100110110 | 1001110 | 110111 |
Color Harmonies of #E631C7
Complementary color
Monochromatic Colors of #E631C7
Black with #E631C7
Text Example
Text Example
White with #E631C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631C7; }
p { color: rgb(230,49,199); }
H1.HeaderClassName
{
color: #E631C7;
}
.AnyTagClassName
{
color: #E631C7;
}
</style>
background-color css
<style>
a { background-color: #E631C7; }
a { background-color: rgb(230,49,199); }
div.DivClassName
{
background-color: #E631C7;
}
.BgClassName
{
background-color: #E631C7;
}
</style>
border-color css
<style>
span { border-color: #E631C7; }
span { border-color: rgb(230,49,199); }
td.TdClassName
{
border-color: #E631C7;
}
.TagClassName
{
border-color: #E631C7;
}
</style>