Shades of Razzle Dazzle Rose #E649B9
Tints of Razzle Dazzle Rose #E649B9
RGB
CMYK
RGB Variations
Color information
#E649B9 (or 0xE649B9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 49 and B9. RGB value is (230,73,185). Sum of RGB (Red+Green+Blue) = 230+73+185=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E649B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649B9 is #19B646. Grayscale: #848484. Windows color (decimal): -1685063 or 12143078. OLE color: 12143078.
HSL color Cylindrical-coordinate representation of color #E649B9: hue angle of 317.2º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649B9 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 185 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.10 |
| HSL | 317.2º | 0.76% | 0.59% | - |
| HSV(B) | 317.2º | 0.68% | 0.9% | - |
| XYZ | 43.77 | 25.09 | 48.43 | - |
| YUV | 132.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 185 | 0 | 0.68 | 0.20 | 0.10 | 317.2 | 0.76 | 0.59 |
| Hex | E6 | 49 | B9 | 0 | 44 | 14 | A | 13D | 4C | 3B |
| Octal | 346 | 111 | 271 | 0 | 104 | 24 | 12 | 475 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10111001 | 0 | 1000100 | 10100 | 1010 | 100111101 | 1001100 | 111011 |
Color Harmonies of #E649B9
Complementary color
Monochromatic Colors of #E649B9
Black with #E649B9
Text Example
Text Example
White with #E649B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649B9; }
p { color: rgb(230,73,185); }
H1.HeaderClassName
{
color: #E649B9;
}
.AnyTagClassName
{
color: #E649B9;
}
</style>
background-color css
<style>
a { background-color: #E649B9; }
a { background-color: rgb(230,73,185); }
div.DivClassName
{
background-color: #E649B9;
}
.BgClassName
{
background-color: #E649B9;
}
</style>
border-color css
<style>
span { border-color: #E649B9; }
span { border-color: rgb(230,73,185); }
td.TdClassName
{
border-color: #E649B9;
}
.TagClassName
{
border-color: #E649B9;
}
</style>