Shades of Brilliant Rose #E94AB2
Tints of Brilliant Rose #E94AB2
RGB
CMYK
RGB Variations
Color information
#E94AB2 (or 0xE94AB2) is known color: Brilliant Rose. HEX triplet: E9, 4A and B2. RGB value is (233,74,178). Sum of RGB (Red+Green+Blue) = 233+74+178=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AB2 is #16B54D. Grayscale: #858585. Windows color (decimal): -1488206 or 11684585. OLE color: 11684585.
HSL color Cylindrical-coordinate representation of color #E94AB2: hue angle of 320.75º 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 #E94AB2 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 178 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.09 |
| HSL | 320.75º | 0.78% | 0.6% | - |
| HSV(B) | 320.75º | 0.68% | 0.91% | - |
| XYZ | 44.09 | 25.44 | 44.71 | - |
| YUV | 133.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 178 | 0 | 0.68 | 0.24 | 0.09 | 320.75 | 0.78 | 0.6 |
| Hex | E9 | 4A | B2 | 0 | 44 | 18 | 9 | 141 | 4E | 3C |
| Octal | 351 | 112 | 262 | 0 | 104 | 30 | 11 | 501 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10110010 | 0 | 1000100 | 11000 | 1001 | 101000001 | 1001110 | 111100 |
Color Harmonies of #E94AB2
Complementary color
Monochromatic Colors of #E94AB2
Black with #E94AB2
Text Example
Text Example
White with #E94AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AB2; }
p { color: rgb(233,74,178); }
H1.HeaderClassName
{
color: #E94AB2;
}
.AnyTagClassName
{
color: #E94AB2;
}
</style>
background-color css
<style>
a { background-color: #E94AB2; }
a { background-color: rgb(233,74,178); }
div.DivClassName
{
background-color: #E94AB2;
}
.BgClassName
{
background-color: #E94AB2;
}
</style>
border-color css
<style>
span { border-color: #E94AB2; }
span { border-color: rgb(233,74,178); }
td.TdClassName
{
border-color: #E94AB2;
}
.TagClassName
{
border-color: #E94AB2;
}
</style>