Shades of Brilliant Rose #E963A4
Tints of Brilliant Rose #E963A4
RGB
CMYK
RGB Variations
Color information
#E963A4 (or 0xE963A4) is known color: Brilliant Rose. HEX triplet: E9, 63 and A4. RGB value is (233,99,164). Sum of RGB (Red+Green+Blue) = 233+99+164=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E963A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963A4 is #169C5B. Grayscale: #929292. Windows color (decimal): -1481820 or 10773481. OLE color: 10773481.
HSL color Cylindrical-coordinate representation of color #E963A4: hue angle of 330.9º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963A4 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 164 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.09 |
| HSL | 330.9º | 0.75% | 0.65% | - |
| HSV(B) | 330.9º | 0.58% | 0.91% | - |
| XYZ | 44.77 | 28.93 | 38.35 | - |
| YUV | 146.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 164 | 0 | 0.58 | 0.30 | 0.09 | 330.9 | 0.75 | 0.65 |
| Hex | E9 | 63 | A4 | 0 | 3A | 1E | 9 | 14B | 4B | 41 |
| Octal | 351 | 143 | 244 | 0 | 72 | 36 | 11 | 513 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10100100 | 0 | 111010 | 11110 | 1001 | 101001011 | 1001011 | 1000001 |
Color Harmonies of #E963A4
Complementary color
Monochromatic Colors of #E963A4
Black with #E963A4
Text Example
Text Example
White with #E963A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963A4; }
p { color: rgb(233,99,164); }
H1.HeaderClassName
{
color: #E963A4;
}
.AnyTagClassName
{
color: #E963A4;
}
</style>
background-color css
<style>
a { background-color: #E963A4; }
a { background-color: rgb(233,99,164); }
div.DivClassName
{
background-color: #E963A4;
}
.BgClassName
{
background-color: #E963A4;
}
</style>
border-color css
<style>
span { border-color: #E963A4; }
span { border-color: rgb(233,99,164); }
td.TdClassName
{
border-color: #E963A4;
}
.TagClassName
{
border-color: #E963A4;
}
</style>