Shades of Brilliant Rose #E645A2
Tints of Brilliant Rose #E645A2
RGB
CMYK
RGB Variations
Color information
#E645A2 (or 0xE645A2) is known color: Brilliant Rose. HEX triplet: E6, 45 and A2. RGB value is (230,69,162). Sum of RGB (Red+Green+Blue) = 230+69+162=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E645A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E645A2 is #19BA5D. Grayscale: #7F7F7F. Windows color (decimal): -1686110 or 10634726. OLE color: 10634726.
HSL color Cylindrical-coordinate representation of color #E645A2: hue angle of 325.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E645A2 is Cyan = 0, Magento = 0.7, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 162 | - |
| CMYK | 0 | 0.7 | 0.30 | 0.10 |
| HSL | 325.34º | 0.76% | 0.59% | - |
| HSV(B) | 325.34º | 0.7% | 0.9% | - |
| XYZ | 41.28 | 23.69 | 36.58 | - |
| YUV | 127.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 162 | 0 | 0.7 | 0.30 | 0.10 | 325.34 | 0.76 | 0.59 |
| Hex | E6 | 45 | A2 | 0 | 46 | 1E | A | 145 | 4C | 3B |
| Octal | 346 | 105 | 242 | 0 | 106 | 36 | 12 | 505 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10100010 | 0 | 1000110 | 11110 | 1010 | 101000101 | 1001100 | 111011 |
Color Harmonies of #E645A2
Complementary color
Monochromatic Colors of #E645A2
Black with #E645A2
Text Example
Text Example
White with #E645A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645A2; }
p { color: rgb(230,69,162); }
H1.HeaderClassName
{
color: #E645A2;
}
.AnyTagClassName
{
color: #E645A2;
}
</style>
background-color css
<style>
a { background-color: #E645A2; }
a { background-color: rgb(230,69,162); }
div.DivClassName
{
background-color: #E645A2;
}
.BgClassName
{
background-color: #E645A2;
}
</style>
border-color css
<style>
span { border-color: #E645A2; }
span { border-color: rgb(230,69,162); }
td.TdClassName
{
border-color: #E645A2;
}
.TagClassName
{
border-color: #E645A2;
}
</style>