Shades of Brilliant Rose #E655B2
Tints of Brilliant Rose #E655B2
RGB
CMYK
RGB Variations
Color information
#E655B2 (or 0xE655B2) is known color: Brilliant Rose. HEX triplet: E6, 55 and B2. RGB value is (230,85,178). Sum of RGB (Red+Green+Blue) = 230+85+178=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E655B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E655B2 is #19AA4D. Grayscale: #8A8A8A. Windows color (decimal): -1681998 or 11687398. OLE color: 11687398.
HSL color Cylindrical-coordinate representation of color #E655B2: hue angle of 321.52º 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 #E655B2 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 178 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.10 |
| HSL | 321.52º | 0.74% | 0.62% | - |
| HSV(B) | 321.52º | 0.63% | 0.9% | - |
| XYZ | 43.92 | 26.53 | 44.93 | - |
| YUV | 138.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 178 | 0 | 0.63 | 0.23 | 0.10 | 321.52 | 0.74 | 0.62 |
| Hex | E6 | 55 | B2 | 0 | 3F | 17 | A | 142 | 4A | 3E |
| Octal | 346 | 125 | 262 | 0 | 77 | 27 | 12 | 502 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10110010 | 0 | 111111 | 10111 | 1010 | 101000010 | 1001010 | 111110 |
Color Harmonies of #E655B2
Complementary color
Monochromatic Colors of #E655B2
Black with #E655B2
Text Example
Text Example
White with #E655B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655B2; }
p { color: rgb(230,85,178); }
H1.HeaderClassName
{
color: #E655B2;
}
.AnyTagClassName
{
color: #E655B2;
}
</style>
background-color css
<style>
a { background-color: #E655B2; }
a { background-color: rgb(230,85,178); }
div.DivClassName
{
background-color: #E655B2;
}
.BgClassName
{
background-color: #E655B2;
}
</style>
border-color css
<style>
span { border-color: #E655B2; }
span { border-color: rgb(230,85,178); }
td.TdClassName
{
border-color: #E655B2;
}
.TagClassName
{
border-color: #E655B2;
}
</style>