Shades of Brilliant Rose #E656A2
Tints of Brilliant Rose #E656A2
RGB
CMYK
RGB Variations
Color information
#E656A2 (or 0xE656A2) is known color: Brilliant Rose. HEX triplet: E6, 56 and A2. RGB value is (230,86,162). Sum of RGB (Red+Green+Blue) = 230+86+162=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E656A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E656A2 is #19A95D. Grayscale: #898989. Windows color (decimal): -1681758 or 10639078. OLE color: 10639078.
HSL color Cylindrical-coordinate representation of color #E656A2: hue angle of 328.33º 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 #E656A2 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 162 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.10 |
| HSL | 328.33º | 0.74% | 0.62% | - |
| HSV(B) | 328.33º | 0.63% | 0.9% | - |
| XYZ | 42.48 | 26.09 | 36.98 | - |
| YUV | 137.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 162 | 0 | 0.63 | 0.30 | 0.10 | 328.33 | 0.74 | 0.62 |
| Hex | E6 | 56 | A2 | 0 | 3F | 1E | A | 148 | 4A | 3E |
| Octal | 346 | 126 | 242 | 0 | 77 | 36 | 12 | 510 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10100010 | 0 | 111111 | 11110 | 1010 | 101001000 | 1001010 | 111110 |
Color Harmonies of #E656A2
Complementary color
Monochromatic Colors of #E656A2
Black with #E656A2
Text Example
Text Example
White with #E656A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E656A2; }
p { color: rgb(230,86,162); }
H1.HeaderClassName
{
color: #E656A2;
}
.AnyTagClassName
{
color: #E656A2;
}
</style>
background-color css
<style>
a { background-color: #E656A2; }
a { background-color: rgb(230,86,162); }
div.DivClassName
{
background-color: #E656A2;
}
.BgClassName
{
background-color: #E656A2;
}
</style>
border-color css
<style>
span { border-color: #E656A2; }
span { border-color: rgb(230,86,162); }
td.TdClassName
{
border-color: #E656A2;
}
.TagClassName
{
border-color: #E656A2;
}
</style>