Shades of Brilliant Rose #E94CA2
Tints of Brilliant Rose #E94CA2
RGB
CMYK
RGB Variations
Color information
#E94CA2 (or 0xE94CA2) is known color: Brilliant Rose. HEX triplet: E9, 4C and A2. RGB value is (233,76,162). Sum of RGB (Red+Green+Blue) = 233+76+162=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94CA2 is #16B35D. Grayscale: #848484. Windows color (decimal): -1487710 or 10636521. OLE color: 10636521.
HSL color Cylindrical-coordinate representation of color #E94CA2: hue angle of 327.13º 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 #E94CA2 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 162 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.09 |
| HSL | 327.13º | 0.78% | 0.61% | - |
| HSV(B) | 327.13º | 0.67% | 0.91% | - |
| XYZ | 42.71 | 25.1 | 36.78 | - |
| YUV | 132.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 162 | 0 | 0.67 | 0.30 | 0.09 | 327.13 | 0.78 | 0.61 |
| Hex | E9 | 4C | A2 | 0 | 43 | 1E | 9 | 147 | 4E | 3D |
| Octal | 351 | 114 | 242 | 0 | 103 | 36 | 11 | 507 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10100010 | 0 | 1000011 | 11110 | 1001 | 101000111 | 1001110 | 111101 |
Color Harmonies of #E94CA2
Complementary color
Monochromatic Colors of #E94CA2
Black with #E94CA2
Text Example
Text Example
White with #E94CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CA2; }
p { color: rgb(233,76,162); }
H1.HeaderClassName
{
color: #E94CA2;
}
.AnyTagClassName
{
color: #E94CA2;
}
</style>
background-color css
<style>
a { background-color: #E94CA2; }
a { background-color: rgb(233,76,162); }
div.DivClassName
{
background-color: #E94CA2;
}
.BgClassName
{
background-color: #E94CA2;
}
</style>
border-color css
<style>
span { border-color: #E94CA2; }
span { border-color: rgb(233,76,162); }
td.TdClassName
{
border-color: #E94CA2;
}
.TagClassName
{
border-color: #E94CA2;
}
</style>