Shades of Razzle Dazzle Rose #E94CBA
Tints of Razzle Dazzle Rose #E94CBA
RGB
CMYK
RGB Variations
Color information
#E94CBA (or 0xE94CBA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 4C and BA. RGB value is (233,76,186). Sum of RGB (Red+Green+Blue) = 233+76+186=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CBA is #16B345. Grayscale: #878787. Windows color (decimal): -1487686 or 12209385. OLE color: 12209385.
HSL color Cylindrical-coordinate representation of color #E94CBA: hue angle of 317.96º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94CBA is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 186 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.09 |
| HSL | 317.96º | 0.78% | 0.61% | - |
| HSV(B) | 317.96º | 0.67% | 0.91% | - |
| XYZ | 45.05 | 26.04 | 49.11 | - |
| YUV | 135.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 186 | 0 | 0.67 | 0.20 | 0.09 | 317.96 | 0.78 | 0.61 |
| Hex | E9 | 4C | BA | 0 | 43 | 14 | 9 | 13E | 4E | 3D |
| Octal | 351 | 114 | 272 | 0 | 103 | 24 | 11 | 476 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10111010 | 0 | 1000011 | 10100 | 1001 | 100111110 | 1001110 | 111101 |
Color Harmonies of #E94CBA
Complementary color
Monochromatic Colors of #E94CBA
Black with #E94CBA
Text Example
Text Example
White with #E94CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CBA; }
p { color: rgb(233,76,186); }
H1.HeaderClassName
{
color: #E94CBA;
}
.AnyTagClassName
{
color: #E94CBA;
}
</style>
background-color css
<style>
a { background-color: #E94CBA; }
a { background-color: rgb(233,76,186); }
div.DivClassName
{
background-color: #E94CBA;
}
.BgClassName
{
background-color: #E94CBA;
}
</style>
border-color css
<style>
span { border-color: #E94CBA; }
span { border-color: rgb(233,76,186); }
td.TdClassName
{
border-color: #E94CBA;
}
.TagClassName
{
border-color: #E94CBA;
}
</style>