Shades of Brilliant Rose #E656B1
Tints of Brilliant Rose #E656B1
RGB
CMYK
RGB Variations
Color information
#E656B1 (or 0xE656B1) is known color: Brilliant Rose. HEX triplet: E6, 56 and B1. RGB value is (230,86,177). Sum of RGB (Red+Green+Blue) = 230+86+177=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E656B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E656B1 is #19A94E. Grayscale: #8B8B8B. Windows color (decimal): -1681743 or 11622118. OLE color: 11622118.
HSL color Cylindrical-coordinate representation of color #E656B1: hue angle of 322.08º 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 #E656B1 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 177 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.10 |
| HSL | 322.08º | 0.74% | 0.62% | - |
| HSV(B) | 322.08º | 0.63% | 0.9% | - |
| XYZ | 43.9 | 26.65 | 44.43 | - |
| YUV | 139.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 177 | 0 | 0.63 | 0.23 | 0.10 | 322.08 | 0.74 | 0.62 |
| Hex | E6 | 56 | B1 | 0 | 3F | 17 | A | 142 | 4A | 3E |
| Octal | 346 | 126 | 261 | 0 | 77 | 27 | 12 | 502 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10110001 | 0 | 111111 | 10111 | 1010 | 101000010 | 1001010 | 111110 |
Color Harmonies of #E656B1
Complementary color
Monochromatic Colors of #E656B1
Black with #E656B1
Text Example
Text Example
White with #E656B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E656B1; }
p { color: rgb(230,86,177); }
H1.HeaderClassName
{
color: #E656B1;
}
.AnyTagClassName
{
color: #E656B1;
}
</style>
background-color css
<style>
a { background-color: #E656B1; }
a { background-color: rgb(230,86,177); }
div.DivClassName
{
background-color: #E656B1;
}
.BgClassName
{
background-color: #E656B1;
}
</style>
border-color css
<style>
span { border-color: #E656B1; }
span { border-color: rgb(230,86,177); }
td.TdClassName
{
border-color: #E656B1;
}
.TagClassName
{
border-color: #E656B1;
}
</style>