Shades of Brilliant Rose #E7569D
Tints of Brilliant Rose #E7569D
RGB
CMYK
RGB Variations
Color information
#E7569D (or 0xE7569D) is known color: Brilliant Rose. HEX triplet: E7, 56 and 9D. RGB value is (231,86,157). Sum of RGB (Red+Green+Blue) = 231+86+157=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7569D is #18A962. Grayscale: #898989. Windows color (decimal): -1616227 or 10311399. OLE color: 10311399.
HSL color Cylindrical-coordinate representation of color #E7569D: hue angle of 330.62º 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 #E7569D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 157 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.09 |
| HSL | 330.62º | 0.75% | 0.62% | - |
| HSV(B) | 330.62º | 0.63% | 0.91% | - |
| XYZ | 42.37 | 26.08 | 34.7 | - |
| YUV | 137.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 157 | 0 | 0.63 | 0.32 | 0.09 | 330.62 | 0.75 | 0.62 |
| Hex | E7 | 56 | 9D | 0 | 3F | 20 | 9 | 14B | 4B | 3E |
| Octal | 347 | 126 | 235 | 0 | 77 | 40 | 11 | 513 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10011101 | 0 | 111111 | 100000 | 1001 | 101001011 | 1001011 | 111110 |
Color Harmonies of #E7569D
Complementary color
Monochromatic Colors of #E7569D
Black with #E7569D
Text Example
Text Example
White with #E7569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7569D; }
p { color: rgb(231,86,157); }
H1.HeaderClassName
{
color: #E7569D;
}
.AnyTagClassName
{
color: #E7569D;
}
</style>
background-color css
<style>
a { background-color: #E7569D; }
a { background-color: rgb(231,86,157); }
div.DivClassName
{
background-color: #E7569D;
}
.BgClassName
{
background-color: #E7569D;
}
</style>
border-color css
<style>
span { border-color: #E7569D; }
span { border-color: rgb(231,86,157); }
td.TdClassName
{
border-color: #E7569D;
}
.TagClassName
{
border-color: #E7569D;
}
</style>