Shades of Brilliant Rose #E94CA9
Tints of Brilliant Rose #E94CA9
RGB
CMYK
RGB Variations
Color information
#E94CA9 (or 0xE94CA9) is known color: Brilliant Rose. HEX triplet: E9, 4C and A9. RGB value is (233,76,169). Sum of RGB (Red+Green+Blue) = 233+76+169=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94CA9 is #16B356. Grayscale: #858585. Windows color (decimal): -1487703 or 11095273. OLE color: 11095273.
HSL color Cylindrical-coordinate representation of color #E94CA9: hue angle of 324.46º 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 #E94CA9 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 169 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.09 |
| HSL | 324.46º | 0.78% | 0.61% | - |
| HSV(B) | 324.46º | 0.67% | 0.91% | - |
| XYZ | 43.35 | 25.36 | 40.15 | - |
| YUV | 133.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 169 | 0 | 0.67 | 0.27 | 0.09 | 324.46 | 0.78 | 0.61 |
| Hex | E9 | 4C | A9 | 0 | 43 | 1B | 9 | 144 | 4E | 3D |
| Octal | 351 | 114 | 251 | 0 | 103 | 33 | 11 | 504 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10101001 | 0 | 1000011 | 11011 | 1001 | 101000100 | 1001110 | 111101 |
Color Harmonies of #E94CA9
Complementary color
Monochromatic Colors of #E94CA9
Black with #E94CA9
Text Example
Text Example
White with #E94CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CA9; }
p { color: rgb(233,76,169); }
H1.HeaderClassName
{
color: #E94CA9;
}
.AnyTagClassName
{
color: #E94CA9;
}
</style>
background-color css
<style>
a { background-color: #E94CA9; }
a { background-color: rgb(233,76,169); }
div.DivClassName
{
background-color: #E94CA9;
}
.BgClassName
{
background-color: #E94CA9;
}
</style>
border-color css
<style>
span { border-color: #E94CA9; }
span { border-color: rgb(233,76,169); }
td.TdClassName
{
border-color: #E94CA9;
}
.TagClassName
{
border-color: #E94CA9;
}
</style>