Shades of Brilliant Rose #E960A4
Tints of Brilliant Rose #E960A4
RGB
CMYK
RGB Variations
Color information
#E960A4 (or 0xE960A4) is known color: Brilliant Rose. HEX triplet: E9, 60 and A4. RGB value is (233,96,164). Sum of RGB (Red+Green+Blue) = 233+96+164=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E960A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960A4 is #169F5B. Grayscale: #909090. Windows color (decimal): -1482588 or 10772713. OLE color: 10772713.
HSL color Cylindrical-coordinate representation of color #E960A4: hue angle of 330.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960A4 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 164 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.09 |
| HSL | 330.22º | 0.76% | 0.65% | - |
| HSV(B) | 330.22º | 0.59% | 0.91% | - |
| XYZ | 44.49 | 28.37 | 38.25 | - |
| YUV | 144.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 164 | 0 | 0.59 | 0.30 | 0.09 | 330.22 | 0.76 | 0.65 |
| Hex | E9 | 60 | A4 | 0 | 3B | 1E | 9 | 14A | 4C | 41 |
| Octal | 351 | 140 | 244 | 0 | 73 | 36 | 11 | 512 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10100100 | 0 | 111011 | 11110 | 1001 | 101001010 | 1001100 | 1000001 |
Color Harmonies of #E960A4
Complementary color
Monochromatic Colors of #E960A4
Black with #E960A4
Text Example
Text Example
White with #E960A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960A4; }
p { color: rgb(233,96,164); }
H1.HeaderClassName
{
color: #E960A4;
}
.AnyTagClassName
{
color: #E960A4;
}
</style>
background-color css
<style>
a { background-color: #E960A4; }
a { background-color: rgb(233,96,164); }
div.DivClassName
{
background-color: #E960A4;
}
.BgClassName
{
background-color: #E960A4;
}
</style>
border-color css
<style>
span { border-color: #E960A4; }
span { border-color: rgb(233,96,164); }
td.TdClassName
{
border-color: #E960A4;
}
.TagClassName
{
border-color: #E960A4;
}
</style>