Shades of Razzle Dazzle Rose #E94BBA
Tints of Razzle Dazzle Rose #E94BBA
RGB
CMYK
RGB Variations
Color information
#E94BBA (or 0xE94BBA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 4B and BA. RGB value is (233,75,186). Sum of RGB (Red+Green+Blue) = 233+75+186=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94BBA is #16B445. Grayscale: #868686. Windows color (decimal): -1487942 or 12209129. OLE color: 12209129.
HSL color Cylindrical-coordinate representation of color #E94BBA: hue angle of 317.85º 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 #E94BBA is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 186 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.09 |
| HSL | 317.85º | 0.78% | 0.6% | - |
| HSV(B) | 317.85º | 0.68% | 0.91% | - |
| XYZ | 44.98 | 25.9 | 49.08 | - |
| YUV | 134.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 186 | 0 | 0.68 | 0.20 | 0.09 | 317.85 | 0.78 | 0.6 |
| Hex | E9 | 4B | BA | 0 | 44 | 14 | 9 | 13E | 4E | 3C |
| Octal | 351 | 113 | 272 | 0 | 104 | 24 | 11 | 476 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10111010 | 0 | 1000100 | 10100 | 1001 | 100111110 | 1001110 | 111100 |
Color Harmonies of #E94BBA
Complementary color
Monochromatic Colors of #E94BBA
Black with #E94BBA
Text Example
Text Example
White with #E94BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BBA; }
p { color: rgb(233,75,186); }
H1.HeaderClassName
{
color: #E94BBA;
}
.AnyTagClassName
{
color: #E94BBA;
}
</style>
background-color css
<style>
a { background-color: #E94BBA; }
a { background-color: rgb(233,75,186); }
div.DivClassName
{
background-color: #E94BBA;
}
.BgClassName
{
background-color: #E94BBA;
}
</style>
border-color css
<style>
span { border-color: #E94BBA; }
span { border-color: rgb(233,75,186); }
td.TdClassName
{
border-color: #E94BBA;
}
.TagClassName
{
border-color: #E94BBA;
}
</style>