Shades of Brilliant Rose #E9569A
Tints of Brilliant Rose #E9569A
RGB
CMYK
RGB Variations
Color information
#E9569A (or 0xE9569A) is known color: Brilliant Rose. HEX triplet: E9, 56 and 9A. RGB value is (233,86,154). Sum of RGB (Red+Green+Blue) = 233+86+154=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9569A is #16A965. Grayscale: #898989. Windows color (decimal): -1485158 or 10114793. OLE color: 10114793.
HSL color Cylindrical-coordinate representation of color #E9569A: hue angle of 332.24º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9569A is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 154 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.09 |
| HSL | 332.24º | 0.77% | 0.63% | - |
| HSV(B) | 332.24º | 0.63% | 0.91% | - |
| XYZ | 42.76 | 26.31 | 33.4 | - |
| YUV | 137.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 154 | 0 | 0.63 | 0.34 | 0.09 | 332.24 | 0.77 | 0.63 |
| Hex | E9 | 56 | 9A | 0 | 3F | 22 | 9 | 14C | 4D | 3F |
| Octal | 351 | 126 | 232 | 0 | 77 | 42 | 11 | 514 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10011010 | 0 | 111111 | 100010 | 1001 | 101001100 | 1001101 | 111111 |
Color Harmonies of #E9569A
Complementary color
Monochromatic Colors of #E9569A
Black with #E9569A
Text Example
Text Example
White with #E9569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9569A; }
p { color: rgb(233,86,154); }
H1.HeaderClassName
{
color: #E9569A;
}
.AnyTagClassName
{
color: #E9569A;
}
</style>
background-color css
<style>
a { background-color: #E9569A; }
a { background-color: rgb(233,86,154); }
div.DivClassName
{
background-color: #E9569A;
}
.BgClassName
{
background-color: #E9569A;
}
</style>
border-color css
<style>
span { border-color: #E9569A; }
span { border-color: rgb(233,86,154); }
td.TdClassName
{
border-color: #E9569A;
}
.TagClassName
{
border-color: #E9569A;
}
</style>