Shades of Brilliant Rose #E7569B
Tints of Brilliant Rose #E7569B
RGB
CMYK
RGB Variations
Color information
#E7569B (or 0xE7569B) is known color: Brilliant Rose. HEX triplet: E7, 56 and 9B. RGB value is (231,86,155). Sum of RGB (Red+Green+Blue) = 231+86+155=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7569B is #18A964. Grayscale: #898989. Windows color (decimal): -1616229 or 10180327. OLE color: 10180327.
HSL color Cylindrical-coordinate representation of color #E7569B: hue angle of 331.45º 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 #E7569B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 155 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.09 |
| HSL | 331.45º | 0.75% | 0.62% | - |
| HSV(B) | 331.45º | 0.63% | 0.91% | - |
| XYZ | 42.2 | 26.01 | 33.81 | - |
| YUV | 137.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 155 | 0 | 0.63 | 0.33 | 0.09 | 331.45 | 0.75 | 0.62 |
| Hex | E7 | 56 | 9B | 0 | 3F | 21 | 9 | 14B | 4B | 3E |
| Octal | 347 | 126 | 233 | 0 | 77 | 41 | 11 | 513 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10011011 | 0 | 111111 | 100001 | 1001 | 101001011 | 1001011 | 111110 |
Color Harmonies of #E7569B
Complementary color
Monochromatic Colors of #E7569B
Black with #E7569B
Text Example
Text Example
White with #E7569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7569B; }
p { color: rgb(231,86,155); }
H1.HeaderClassName
{
color: #E7569B;
}
.AnyTagClassName
{
color: #E7569B;
}
</style>
background-color css
<style>
a { background-color: #E7569B; }
a { background-color: rgb(231,86,155); }
div.DivClassName
{
background-color: #E7569B;
}
.BgClassName
{
background-color: #E7569B;
}
</style>
border-color css
<style>
span { border-color: #E7569B; }
span { border-color: rgb(231,86,155); }
td.TdClassName
{
border-color: #E7569B;
}
.TagClassName
{
border-color: #E7569B;
}
</style>