Shades of Brilliant Rose #E95FA3
Tints of Brilliant Rose #E95FA3
RGB
CMYK
RGB Variations
Color information
#E95FA3 (or 0xE95FA3) is known color: Brilliant Rose. HEX triplet: E9, 5F and A3. RGB value is (233,95,163). Sum of RGB (Red+Green+Blue) = 233+95+163=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FA3 is #16A05C. Grayscale: #8F8F8F. Windows color (decimal): -1482845 or 10706921. OLE color: 10706921.
HSL color Cylindrical-coordinate representation of color #E95FA3: hue angle of 330.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95FA3 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 163 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.09 |
| HSL | 330.43º | 0.76% | 0.64% | - |
| HSV(B) | 330.43º | 0.59% | 0.91% | - |
| XYZ | 44.31 | 28.15 | 37.75 | - |
| YUV | 144.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 163 | 0 | 0.59 | 0.30 | 0.09 | 330.43 | 0.76 | 0.64 |
| Hex | E9 | 5F | A3 | 0 | 3B | 1E | 9 | 14A | 4C | 40 |
| Octal | 351 | 137 | 243 | 0 | 73 | 36 | 11 | 512 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10100011 | 0 | 111011 | 11110 | 1001 | 101001010 | 1001100 | 1000000 |
Color Harmonies of #E95FA3
Complementary color
Monochromatic Colors of #E95FA3
Black with #E95FA3
Text Example
Text Example
White with #E95FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FA3; }
p { color: rgb(233,95,163); }
H1.HeaderClassName
{
color: #E95FA3;
}
.AnyTagClassName
{
color: #E95FA3;
}
</style>
background-color css
<style>
a { background-color: #E95FA3; }
a { background-color: rgb(233,95,163); }
div.DivClassName
{
background-color: #E95FA3;
}
.BgClassName
{
background-color: #E95FA3;
}
</style>
border-color css
<style>
span { border-color: #E95FA3; }
span { border-color: rgb(233,95,163); }
td.TdClassName
{
border-color: #E95FA3;
}
.TagClassName
{
border-color: #E95FA3;
}
</style>