Shades of Brilliant Rose #E95FA4
Tints of Brilliant Rose #E95FA4
RGB
CMYK
RGB Variations
Color information
#E95FA4 (or 0xE95FA4) is known color: Brilliant Rose. HEX triplet: E9, 5F and A4. RGB value is (233,95,164). Sum of RGB (Red+Green+Blue) = 233+95+164=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FA4 is #16A05B. Grayscale: #8F8F8F. Windows color (decimal): -1482844 or 10772457. OLE color: 10772457.
HSL color Cylindrical-coordinate representation of color #E95FA4: hue angle of 330º 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 #E95FA4 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 164 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.09 |
| HSL | 330º | 0.76% | 0.64% | - |
| HSV(B) | 330º | 0.59% | 0.91% | - |
| XYZ | 44.4 | 28.19 | 38.22 | - |
| YUV | 144.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 164 | 0 | 0.59 | 0.30 | 0.09 | 330 | 0.76 | 0.64 |
| Hex | E9 | 5F | A4 | 0 | 3B | 1E | 9 | 14A | 4C | 40 |
| Octal | 351 | 137 | 244 | 0 | 73 | 36 | 11 | 512 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10100100 | 0 | 111011 | 11110 | 1001 | 101001010 | 1001100 | 1000000 |
Color Harmonies of #E95FA4
Complementary color
Monochromatic Colors of #E95FA4
Black with #E95FA4
Text Example
Text Example
White with #E95FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FA4; }
p { color: rgb(233,95,164); }
H1.HeaderClassName
{
color: #E95FA4;
}
.AnyTagClassName
{
color: #E95FA4;
}
</style>
background-color css
<style>
a { background-color: #E95FA4; }
a { background-color: rgb(233,95,164); }
div.DivClassName
{
background-color: #E95FA4;
}
.BgClassName
{
background-color: #E95FA4;
}
</style>
border-color css
<style>
span { border-color: #E95FA4; }
span { border-color: rgb(233,95,164); }
td.TdClassName
{
border-color: #E95FA4;
}
.TagClassName
{
border-color: #E95FA4;
}
</style>