Shades of Razzle Dazzle Rose #E731E8
Tints of Razzle Dazzle Rose #E731E8
RGB
CMYK
RGB Variations
Color information
#E731E8 (or 0xE731E8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and E8. RGB value is (231,49,232). Sum of RGB (Red+Green+Blue) = 231+49+232=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #E731E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731E8 is #18CE17. Grayscale: #7B7B7B. Windows color (decimal): -1625624 or 15217127. OLE color: 15217127.
HSL color Cylindrical-coordinate representation of color #E731E8: hue angle of 299.67º 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 #E731E8 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 232 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.09 |
| HSL | 299.67º | 0.8% | 0.55% | - |
| HSV(B) | 299.67º | 0.79% | 0.91% | - |
| XYZ | 48.62 | 25.01 | 78.61 | - |
| YUV | 124.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 232 | 0.00 | 0.79 | 0 | 0.09 | 299.67 | 0.8 | 0.55 |
| Hex | E7 | 31 | E8 | 0 | 4F | 0 | 9 | 12C | 50 | 37 |
| Octal | 347 | 61 | 350 | 0 | 117 | 0 | 11 | 454 | 120 | 67 |
| Binary | 11100111 | 110001 | 11101000 | 0 | 1001111 | 0 | 1001 | 100101100 | 1010000 | 110111 |
Color Harmonies of #E731E8
Complementary color
Monochromatic Colors of #E731E8
Black with #E731E8
Text Example
Text Example
White with #E731E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731E8; }
p { color: rgb(231,49,232); }
H1.HeaderClassName
{
color: #E731E8;
}
.AnyTagClassName
{
color: #E731E8;
}
</style>
background-color css
<style>
a { background-color: #E731E8; }
a { background-color: rgb(231,49,232); }
div.DivClassName
{
background-color: #E731E8;
}
.BgClassName
{
background-color: #E731E8;
}
</style>
border-color css
<style>
span { border-color: #E731E8; }
span { border-color: rgb(231,49,232); }
td.TdClassName
{
border-color: #E731E8;
}
.TagClassName
{
border-color: #E731E8;
}
</style>