Shades of Brilliant Rose #E7569C
Tints of Brilliant Rose #E7569C
RGB
CMYK
RGB Variations
Color information
#E7569C (or 0xE7569C) is known color: Brilliant Rose. HEX triplet: E7, 56 and 9C. RGB value is (231,86,156). Sum of RGB (Red+Green+Blue) = 231+86+156=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7569C is #18A963. Grayscale: #898989. Windows color (decimal): -1616228 or 10245863. OLE color: 10245863.
HSL color Cylindrical-coordinate representation of color #E7569C: hue angle of 331.03º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7569C is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 156 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.09 |
| HSL | 331.03º | 0.75% | 0.62% | - |
| HSV(B) | 331.03º | 0.63% | 0.91% | - |
| XYZ | 42.28 | 26.04 | 34.25 | - |
| YUV | 137.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 156 | 0 | 0.63 | 0.32 | 0.09 | 331.03 | 0.75 | 0.62 |
| Hex | E7 | 56 | 9C | 0 | 3F | 20 | 9 | 14B | 4B | 3E |
| Octal | 347 | 126 | 234 | 0 | 77 | 40 | 11 | 513 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10011100 | 0 | 111111 | 100000 | 1001 | 101001011 | 1001011 | 111110 |
Color Harmonies of #E7569C
Complementary color
Monochromatic Colors of #E7569C
Black with #E7569C
Text Example
Text Example
White with #E7569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7569C; }
p { color: rgb(231,86,156); }
H1.HeaderClassName
{
color: #E7569C;
}
.AnyTagClassName
{
color: #E7569C;
}
</style>
background-color css
<style>
a { background-color: #E7569C; }
a { background-color: rgb(231,86,156); }
div.DivClassName
{
background-color: #E7569C;
}
.BgClassName
{
background-color: #E7569C;
}
</style>
border-color css
<style>
span { border-color: #E7569C; }
span { border-color: rgb(231,86,156); }
td.TdClassName
{
border-color: #E7569C;
}
.TagClassName
{
border-color: #E7569C;
}
</style>