Shades of Razzle Dazzle Rose #E63AC7
Tints of Razzle Dazzle Rose #E63AC7
RGB
CMYK
RGB Variations
Color information
#E63AC7 (or 0xE63AC7) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and C7. RGB value is (230,58,199). Sum of RGB (Red+Green+Blue) = 230+58+199=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63AC7 is #19C538. Grayscale: #7D7D7D. Windows color (decimal): -1688889 or 13056742. OLE color: 13056742.
HSL color Cylindrical-coordinate representation of color #E63AC7: hue angle of 310.81º 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 #E63AC7 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 199 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.10 |
| HSL | 310.81º | 0.77% | 0.56% | - |
| HSV(B) | 310.81º | 0.75% | 0.9% | - |
| XYZ | 44.45 | 23.97 | 56.32 | - |
| YUV | 125.5 | 169.48 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 199 | 0 | 0.75 | 0.13 | 0.10 | 310.81 | 0.77 | 0.56 |
| Hex | E6 | 3A | C7 | 0 | 4B | D | A | 137 | 4D | 38 |
| Octal | 346 | 72 | 307 | 0 | 113 | 15 | 12 | 467 | 115 | 70 |
| Binary | 11100110 | 111010 | 11000111 | 0 | 1001011 | 1101 | 1010 | 100110111 | 1001101 | 111000 |
Color Harmonies of #E63AC7
Complementary color
Monochromatic Colors of #E63AC7
Black with #E63AC7
Text Example
Text Example
White with #E63AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AC7; }
p { color: rgb(230,58,199); }
H1.HeaderClassName
{
color: #E63AC7;
}
.AnyTagClassName
{
color: #E63AC7;
}
</style>
background-color css
<style>
a { background-color: #E63AC7; }
a { background-color: rgb(230,58,199); }
div.DivClassName
{
background-color: #E63AC7;
}
.BgClassName
{
background-color: #E63AC7;
}
</style>
border-color css
<style>
span { border-color: #E63AC7; }
span { border-color: rgb(230,58,199); }
td.TdClassName
{
border-color: #E63AC7;
}
.TagClassName
{
border-color: #E63AC7;
}
</style>