Shades of Razzle Dazzle Rose #E94AB9
Tints of Razzle Dazzle Rose #E94AB9
RGB
CMYK
RGB Variations
Color information
#E94AB9 (or 0xE94AB9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 4A and B9. RGB value is (233,74,185). Sum of RGB (Red+Green+Blue) = 233+74+185=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AB9 is #16B546. Grayscale: #858585. Windows color (decimal): -1488199 or 12143337. OLE color: 12143337.
HSL color Cylindrical-coordinate representation of color #E94AB9: hue angle of 318.11º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AB9 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 185 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.09 |
| HSL | 318.11º | 0.78% | 0.6% | - |
| HSV(B) | 318.11º | 0.68% | 0.91% | - |
| XYZ | 44.81 | 25.72 | 48.5 | - |
| YUV | 134.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 185 | 0 | 0.68 | 0.21 | 0.09 | 318.11 | 0.78 | 0.6 |
| Hex | E9 | 4A | B9 | 0 | 44 | 15 | 9 | 13E | 4E | 3C |
| Octal | 351 | 112 | 271 | 0 | 104 | 25 | 11 | 476 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10111001 | 0 | 1000100 | 10101 | 1001 | 100111110 | 1001110 | 111100 |
Color Harmonies of #E94AB9
Complementary color
Monochromatic Colors of #E94AB9
Black with #E94AB9
Text Example
Text Example
White with #E94AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AB9; }
p { color: rgb(233,74,185); }
H1.HeaderClassName
{
color: #E94AB9;
}
.AnyTagClassName
{
color: #E94AB9;
}
</style>
background-color css
<style>
a { background-color: #E94AB9; }
a { background-color: rgb(233,74,185); }
div.DivClassName
{
background-color: #E94AB9;
}
.BgClassName
{
background-color: #E94AB9;
}
</style>
border-color css
<style>
span { border-color: #E94AB9; }
span { border-color: rgb(233,74,185); }
td.TdClassName
{
border-color: #E94AB9;
}
.TagClassName
{
border-color: #E94AB9;
}
</style>