Shades of Razzle Dazzle Rose #E730E6
Tints of Razzle Dazzle Rose #E730E6
RGB
CMYK
RGB Variations
Color information
#E730E6 (or 0xE730E6) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and E6. RGB value is (231,48,230). Sum of RGB (Red+Green+Blue) = 231+48+230=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E730E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730E6 is #18CF19. Grayscale: #7A7A7A. Windows color (decimal): -1625882 or 15085799. OLE color: 15085799.
HSL color Cylindrical-coordinate representation of color #E730E6: hue angle of 300.33º degrees, saturation: 0.79, 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 #E730E6 is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 230 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.09 |
| HSL | 300.33º | 0.79% | 0.55% | - |
| HSV(B) | 300.33º | 0.79% | 0.91% | - |
| XYZ | 48.29 | 24.82 | 77.11 | - |
| YUV | 123.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 230 | 0 | 0.79 | 0.00 | 0.09 | 300.33 | 0.79 | 0.55 |
| Hex | E7 | 30 | E6 | 0 | 4F | 0 | 9 | 12C | 4F | 37 |
| Octal | 347 | 60 | 346 | 0 | 117 | 0 | 11 | 454 | 117 | 67 |
| Binary | 11100111 | 110000 | 11100110 | 0 | 1001111 | 0 | 1001 | 100101100 | 1001111 | 110111 |
Color Harmonies of #E730E6
Complementary color
Monochromatic Colors of #E730E6
Black with #E730E6
Text Example
Text Example
White with #E730E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730E6; }
p { color: rgb(231,48,230); }
H1.HeaderClassName
{
color: #E730E6;
}
.AnyTagClassName
{
color: #E730E6;
}
</style>
background-color css
<style>
a { background-color: #E730E6; }
a { background-color: rgb(231,48,230); }
div.DivClassName
{
background-color: #E730E6;
}
.BgClassName
{
background-color: #E730E6;
}
</style>
border-color css
<style>
span { border-color: #E730E6; }
span { border-color: rgb(231,48,230); }
td.TdClassName
{
border-color: #E730E6;
}
.TagClassName
{
border-color: #E730E6;
}
</style>