Shades of Brilliant Rose #E6569B
Tints of Brilliant Rose #E6569B
RGB
CMYK
RGB Variations
Color information
#E6569B (or 0xE6569B) is known color: Brilliant Rose. HEX triplet: E6, 56 and 9B. RGB value is (230,86,155). Sum of RGB (Red+Green+Blue) = 230+86+155=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6569B is #19A964. Grayscale: #888888. Windows color (decimal): -1681765 or 10180326. OLE color: 10180326.
HSL color Cylindrical-coordinate representation of color #E6569B: hue angle of 331.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6569B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 155 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.10 |
| HSL | 331.25º | 0.74% | 0.62% | - |
| HSV(B) | 331.25º | 0.63% | 0.9% | - |
| XYZ | 41.88 | 25.85 | 33.79 | - |
| YUV | 136.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 155 | 0 | 0.63 | 0.33 | 0.10 | 331.25 | 0.74 | 0.62 |
| Hex | E6 | 56 | 9B | 0 | 3F | 21 | A | 14B | 4A | 3E |
| Octal | 346 | 126 | 233 | 0 | 77 | 41 | 12 | 513 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10011011 | 0 | 111111 | 100001 | 1010 | 101001011 | 1001010 | 111110 |
Color Harmonies of #E6569B
Complementary color
Monochromatic Colors of #E6569B
Black with #E6569B
Text Example
Text Example
White with #E6569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6569B; }
p { color: rgb(230,86,155); }
H1.HeaderClassName
{
color: #E6569B;
}
.AnyTagClassName
{
color: #E6569B;
}
</style>
background-color css
<style>
a { background-color: #E6569B; }
a { background-color: rgb(230,86,155); }
div.DivClassName
{
background-color: #E6569B;
}
.BgClassName
{
background-color: #E6569B;
}
</style>
border-color css
<style>
span { border-color: #E6569B; }
span { border-color: rgb(230,86,155); }
td.TdClassName
{
border-color: #E6569B;
}
.TagClassName
{
border-color: #E6569B;
}
</style>