Shades of Razzle Dazzle Rose #E63AB9
Tints of Razzle Dazzle Rose #E63AB9
RGB
CMYK
RGB Variations
Color information
#E63AB9 (or 0xE63AB9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and B9. RGB value is (230,58,185). Sum of RGB (Red+Green+Blue) = 230+58+185=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63AB9 is #19C546. Grayscale: #7B7B7B. Windows color (decimal): -1688903 or 12139238. OLE color: 12139238.
HSL color Cylindrical-coordinate representation of color #E63AB9: hue angle of 315.7º 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 #E63AB9 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 185 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.10 |
| HSL | 315.7º | 0.77% | 0.56% | - |
| HSV(B) | 315.7º | 0.75% | 0.9% | - |
| XYZ | 42.9 | 23.35 | 48.15 | - |
| YUV | 123.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 185 | 0 | 0.75 | 0.20 | 0.10 | 315.7 | 0.77 | 0.56 |
| Hex | E6 | 3A | B9 | 0 | 4B | 14 | A | 13C | 4D | 38 |
| Octal | 346 | 72 | 271 | 0 | 113 | 24 | 12 | 474 | 115 | 70 |
| Binary | 11100110 | 111010 | 10111001 | 0 | 1001011 | 10100 | 1010 | 100111100 | 1001101 | 111000 |
Color Harmonies of #E63AB9
Complementary color
Monochromatic Colors of #E63AB9
Black with #E63AB9
Text Example
Text Example
White with #E63AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AB9; }
p { color: rgb(230,58,185); }
H1.HeaderClassName
{
color: #E63AB9;
}
.AnyTagClassName
{
color: #E63AB9;
}
</style>
background-color css
<style>
a { background-color: #E63AB9; }
a { background-color: rgb(230,58,185); }
div.DivClassName
{
background-color: #E63AB9;
}
.BgClassName
{
background-color: #E63AB9;
}
</style>
border-color css
<style>
span { border-color: #E63AB9; }
span { border-color: rgb(230,58,185); }
td.TdClassName
{
border-color: #E63AB9;
}
.TagClassName
{
border-color: #E63AB9;
}
</style>