Shades of Brilliant Rose #E950AF
Tints of Brilliant Rose #E950AF
RGB
CMYK
RGB Variations
Color information
#E950AF (or 0xE950AF) is known color: Brilliant Rose. HEX triplet: E9, 50 and AF. RGB value is (233,80,175). Sum of RGB (Red+Green+Blue) = 233+80+175=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E950AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950AF is #16AF50. Grayscale: #888888. Windows color (decimal): -1486673 or 11489513. OLE color: 11489513.
HSL color Cylindrical-coordinate representation of color #E950AF: hue angle of 322.75º 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 #E950AF is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 175 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.09 |
| HSL | 322.75º | 0.78% | 0.61% | - |
| HSV(B) | 322.75º | 0.66% | 0.91% | - |
| XYZ | 44.21 | 26.16 | 43.28 | - |
| YUV | 136.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 175 | 0 | 0.66 | 0.25 | 0.09 | 322.75 | 0.78 | 0.61 |
| Hex | E9 | 50 | AF | 0 | 42 | 19 | 9 | 143 | 4E | 3D |
| Octal | 351 | 120 | 257 | 0 | 102 | 31 | 11 | 503 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10101111 | 0 | 1000010 | 11001 | 1001 | 101000011 | 1001110 | 111101 |
Color Harmonies of #E950AF
Complementary color
Monochromatic Colors of #E950AF
Black with #E950AF
Text Example
Text Example
White with #E950AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950AF; }
p { color: rgb(233,80,175); }
H1.HeaderClassName
{
color: #E950AF;
}
.AnyTagClassName
{
color: #E950AF;
}
</style>
background-color css
<style>
a { background-color: #E950AF; }
a { background-color: rgb(233,80,175); }
div.DivClassName
{
background-color: #E950AF;
}
.BgClassName
{
background-color: #E950AF;
}
</style>
border-color css
<style>
span { border-color: #E950AF; }
span { border-color: rgb(233,80,175); }
td.TdClassName
{
border-color: #E950AF;
}
.TagClassName
{
border-color: #E950AF;
}
</style>