Shades of Brilliant Rose #E950A1
Tints of Brilliant Rose #E950A1
RGB
CMYK
RGB Variations
Color information
#E950A1 (or 0xE950A1) is known color: Brilliant Rose. HEX triplet: E9, 50 and A1. RGB value is (233,80,161). Sum of RGB (Red+Green+Blue) = 233+80+161=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E950A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950A1 is #16AF5E. Grayscale: #868686. Windows color (decimal): -1486687 or 10572009. OLE color: 10572009.
HSL color Cylindrical-coordinate representation of color #E950A1: hue angle of 328.24º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950A1 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 161 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.09 |
| HSL | 328.24º | 0.78% | 0.61% | - |
| HSV(B) | 328.24º | 0.66% | 0.91% | - |
| XYZ | 42.91 | 25.63 | 36.4 | - |
| YUV | 134.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 161 | 0 | 0.66 | 0.31 | 0.09 | 328.24 | 0.78 | 0.61 |
| Hex | E9 | 50 | A1 | 0 | 42 | 1F | 9 | 148 | 4E | 3D |
| Octal | 351 | 120 | 241 | 0 | 102 | 37 | 11 | 510 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10100001 | 0 | 1000010 | 11111 | 1001 | 101001000 | 1001110 | 111101 |
Color Harmonies of #E950A1
Complementary color
Monochromatic Colors of #E950A1
Black with #E950A1
Text Example
Text Example
White with #E950A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950A1; }
p { color: rgb(233,80,161); }
H1.HeaderClassName
{
color: #E950A1;
}
.AnyTagClassName
{
color: #E950A1;
}
</style>
background-color css
<style>
a { background-color: #E950A1; }
a { background-color: rgb(233,80,161); }
div.DivClassName
{
background-color: #E950A1;
}
.BgClassName
{
background-color: #E950A1;
}
</style>
border-color css
<style>
span { border-color: #E950A1; }
span { border-color: rgb(233,80,161); }
td.TdClassName
{
border-color: #E950A1;
}
.TagClassName
{
border-color: #E950A1;
}
</style>