Shades of Razzle Dazzle Rose #E63AD6
Tints of Razzle Dazzle Rose #E63AD6
RGB
CMYK
RGB Variations
Color information
#E63AD6 (or 0xE63AD6) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and D6. RGB value is (230,58,214). Sum of RGB (Red+Green+Blue) = 230+58+214=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63AD6 is #19C529. Grayscale: #7E7E7E. Windows color (decimal): -1688874 or 14039782. OLE color: 14039782.
HSL color Cylindrical-coordinate representation of color #E63AD6: hue angle of 305.58º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63AD6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 214 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.10 |
| HSL | 305.58º | 0.77% | 0.56% | - |
| HSV(B) | 305.58º | 0.75% | 0.9% | - |
| XYZ | 46.28 | 24.7 | 65.95 | - |
| YUV | 127.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 214 | 0 | 0.75 | 0.07 | 0.10 | 305.58 | 0.77 | 0.56 |
| Hex | E6 | 3A | D6 | 0 | 4B | 7 | A | 132 | 4D | 38 |
| Octal | 346 | 72 | 326 | 0 | 113 | 7 | 12 | 462 | 115 | 70 |
| Binary | 11100110 | 111010 | 11010110 | 0 | 1001011 | 111 | 1010 | 100110010 | 1001101 | 111000 |
Color Harmonies of #E63AD6
Complementary color
Monochromatic Colors of #E63AD6
Black with #E63AD6
Text Example
Text Example
White with #E63AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AD6; }
p { color: rgb(230,58,214); }
H1.HeaderClassName
{
color: #E63AD6;
}
.AnyTagClassName
{
color: #E63AD6;
}
</style>
background-color css
<style>
a { background-color: #E63AD6; }
a { background-color: rgb(230,58,214); }
div.DivClassName
{
background-color: #E63AD6;
}
.BgClassName
{
background-color: #E63AD6;
}
</style>
border-color css
<style>
span { border-color: #E63AD6; }
span { border-color: rgb(230,58,214); }
td.TdClassName
{
border-color: #E63AD6;
}
.TagClassName
{
border-color: #E63AD6;
}
</style>