Shades of Brilliant Rose #E94CB3
Tints of Brilliant Rose #E94CB3
RGB
CMYK
RGB Variations
Color information
#E94CB3 (or 0xE94CB3) is known color: Brilliant Rose. HEX triplet: E9, 4C and B3. RGB value is (233,76,179). Sum of RGB (Red+Green+Blue) = 233+76+179=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CB3 is #16B34C. Grayscale: #868686. Windows color (decimal): -1487693 or 11750633. OLE color: 11750633.
HSL color Cylindrical-coordinate representation of color #E94CB3: hue angle of 320.64º 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 #E94CB3 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 179 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.09 |
| HSL | 320.64º | 0.78% | 0.61% | - |
| HSV(B) | 320.64º | 0.67% | 0.91% | - |
| XYZ | 44.33 | 25.75 | 45.28 | - |
| YUV | 134.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 179 | 0 | 0.67 | 0.23 | 0.09 | 320.64 | 0.78 | 0.61 |
| Hex | E9 | 4C | B3 | 0 | 43 | 17 | 9 | 141 | 4E | 3D |
| Octal | 351 | 114 | 263 | 0 | 103 | 27 | 11 | 501 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10110011 | 0 | 1000011 | 10111 | 1001 | 101000001 | 1001110 | 111101 |
Color Harmonies of #E94CB3
Complementary color
Monochromatic Colors of #E94CB3
Black with #E94CB3
Text Example
Text Example
White with #E94CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CB3; }
p { color: rgb(233,76,179); }
H1.HeaderClassName
{
color: #E94CB3;
}
.AnyTagClassName
{
color: #E94CB3;
}
</style>
background-color css
<style>
a { background-color: #E94CB3; }
a { background-color: rgb(233,76,179); }
div.DivClassName
{
background-color: #E94CB3;
}
.BgClassName
{
background-color: #E94CB3;
}
</style>
border-color css
<style>
span { border-color: #E94CB3; }
span { border-color: rgb(233,76,179); }
td.TdClassName
{
border-color: #E94CB3;
}
.TagClassName
{
border-color: #E94CB3;
}
</style>