Shades of Brilliant Rose #E950AD
Tints of Brilliant Rose #E950AD
RGB
CMYK
RGB Variations
Color information
#E950AD (or 0xE950AD) is known color: Brilliant Rose. HEX triplet: E9, 50 and AD. RGB value is (233,80,173). Sum of RGB (Red+Green+Blue) = 233+80+173=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E950AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950AD is #16AF52. Grayscale: #888888. Windows color (decimal): -1486675 or 11358441. OLE color: 11358441.
HSL color Cylindrical-coordinate representation of color #E950AD: hue angle of 323.53º 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 #E950AD is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 173 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.09 |
| HSL | 323.53º | 0.78% | 0.61% | - |
| HSV(B) | 323.53º | 0.66% | 0.91% | - |
| XYZ | 44.02 | 26.08 | 42.25 | - |
| YUV | 136.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 173 | 0 | 0.66 | 0.26 | 0.09 | 323.53 | 0.78 | 0.61 |
| Hex | E9 | 50 | AD | 0 | 42 | 1A | 9 | 144 | 4E | 3D |
| Octal | 351 | 120 | 255 | 0 | 102 | 32 | 11 | 504 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10101101 | 0 | 1000010 | 11010 | 1001 | 101000100 | 1001110 | 111101 |
Color Harmonies of #E950AD
Complementary color
Monochromatic Colors of #E950AD
Black with #E950AD
Text Example
Text Example
White with #E950AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950AD; }
p { color: rgb(233,80,173); }
H1.HeaderClassName
{
color: #E950AD;
}
.AnyTagClassName
{
color: #E950AD;
}
</style>
background-color css
<style>
a { background-color: #E950AD; }
a { background-color: rgb(233,80,173); }
div.DivClassName
{
background-color: #E950AD;
}
.BgClassName
{
background-color: #E950AD;
}
</style>
border-color css
<style>
span { border-color: #E950AD; }
span { border-color: rgb(233,80,173); }
td.TdClassName
{
border-color: #E950AD;
}
.TagClassName
{
border-color: #E950AD;
}
</style>