Shades of Brilliant Rose #E94CB4
Tints of Brilliant Rose #E94CB4
RGB
CMYK
RGB Variations
Color information
#E94CB4 (or 0xE94CB4) is known color: Brilliant Rose. HEX triplet: E9, 4C and B4. RGB value is (233,76,180). Sum of RGB (Red+Green+Blue) = 233+76+180=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CB4 is #16B34B. Grayscale: #868686. Windows color (decimal): -1487692 or 11816169. OLE color: 11816169.
HSL color Cylindrical-coordinate representation of color #E94CB4: hue angle of 320.25º 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 #E94CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 180 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.09 |
| HSL | 320.25º | 0.78% | 0.61% | - |
| HSV(B) | 320.25º | 0.67% | 0.91% | - |
| XYZ | 44.43 | 25.79 | 45.82 | - |
| YUV | 134.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 180 | 0 | 0.67 | 0.23 | 0.09 | 320.25 | 0.78 | 0.61 |
| Hex | E9 | 4C | B4 | 0 | 43 | 17 | 9 | 140 | 4E | 3D |
| Octal | 351 | 114 | 264 | 0 | 103 | 27 | 11 | 500 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10110100 | 0 | 1000011 | 10111 | 1001 | 101000000 | 1001110 | 111101 |
Color Harmonies of #E94CB4
Complementary color
Monochromatic Colors of #E94CB4
Black with #E94CB4
Text Example
Text Example
White with #E94CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CB4; }
p { color: rgb(233,76,180); }
H1.HeaderClassName
{
color: #E94CB4;
}
.AnyTagClassName
{
color: #E94CB4;
}
</style>
background-color css
<style>
a { background-color: #E94CB4; }
a { background-color: rgb(233,76,180); }
div.DivClassName
{
background-color: #E94CB4;
}
.BgClassName
{
background-color: #E94CB4;
}
</style>
border-color css
<style>
span { border-color: #E94CB4; }
span { border-color: rgb(233,76,180); }
td.TdClassName
{
border-color: #E94CB4;
}
.TagClassName
{
border-color: #E94CB4;
}
</style>