Shades of Brilliant Rose #E950A6
Tints of Brilliant Rose #E950A6
RGB
CMYK
RGB Variations
Color information
#E950A6 (or 0xE950A6) is known color: Brilliant Rose. HEX triplet: E9, 50 and A6. RGB value is (233,80,166). Sum of RGB (Red+Green+Blue) = 233+80+166=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E950A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950A6 is #16AF59. Grayscale: #878787. Windows color (decimal): -1486682 or 10899689. OLE color: 10899689.
HSL color Cylindrical-coordinate representation of color #E950A6: hue angle of 326.27º 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 #E950A6 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 166 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.09 |
| HSL | 326.27º | 0.78% | 0.61% | - |
| HSV(B) | 326.27º | 0.66% | 0.91% | - |
| XYZ | 43.36 | 25.81 | 38.77 | - |
| YUV | 135.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 166 | 0 | 0.66 | 0.29 | 0.09 | 326.27 | 0.78 | 0.61 |
| Hex | E9 | 50 | A6 | 0 | 42 | 1D | 9 | 146 | 4E | 3D |
| Octal | 351 | 120 | 246 | 0 | 102 | 35 | 11 | 506 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10100110 | 0 | 1000010 | 11101 | 1001 | 101000110 | 1001110 | 111101 |
Color Harmonies of #E950A6
Complementary color
Monochromatic Colors of #E950A6
Black with #E950A6
Text Example
Text Example
White with #E950A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950A6; }
p { color: rgb(233,80,166); }
H1.HeaderClassName
{
color: #E950A6;
}
.AnyTagClassName
{
color: #E950A6;
}
</style>
background-color css
<style>
a { background-color: #E950A6; }
a { background-color: rgb(233,80,166); }
div.DivClassName
{
background-color: #E950A6;
}
.BgClassName
{
background-color: #E950A6;
}
</style>
border-color css
<style>
span { border-color: #E950A6; }
span { border-color: rgb(233,80,166); }
td.TdClassName
{
border-color: #E950A6;
}
.TagClassName
{
border-color: #E950A6;
}
</style>