Shades of Brilliant Rose #E65AA2
Tints of Brilliant Rose #E65AA2
RGB
CMYK
RGB Variations
Color information
#E65AA2 (or 0xE65AA2) is known color: Brilliant Rose. HEX triplet: E6, 5A and A2. RGB value is (230,90,162). Sum of RGB (Red+Green+Blue) = 230+90+162=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AA2 is #19A55D. Grayscale: #8B8B8B. Windows color (decimal): -1680734 or 10640102. OLE color: 10640102.
HSL color Cylindrical-coordinate representation of color #E65AA2: hue angle of 329.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AA2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 162 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.10 |
| HSL | 329.14º | 0.74% | 0.63% | - |
| HSV(B) | 329.14º | 0.61% | 0.9% | - |
| XYZ | 42.81 | 26.74 | 37.09 | - |
| YUV | 140.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 162 | 0 | 0.61 | 0.30 | 0.10 | 329.14 | 0.74 | 0.63 |
| Hex | E6 | 5A | A2 | 0 | 3D | 1E | A | 149 | 4A | 3F |
| Octal | 346 | 132 | 242 | 0 | 75 | 36 | 12 | 511 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10100010 | 0 | 111101 | 11110 | 1010 | 101001001 | 1001010 | 111111 |
Color Harmonies of #E65AA2
Complementary color
Monochromatic Colors of #E65AA2
Black with #E65AA2
Text Example
Text Example
White with #E65AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AA2; }
p { color: rgb(230,90,162); }
H1.HeaderClassName
{
color: #E65AA2;
}
.AnyTagClassName
{
color: #E65AA2;
}
</style>
background-color css
<style>
a { background-color: #E65AA2; }
a { background-color: rgb(230,90,162); }
div.DivClassName
{
background-color: #E65AA2;
}
.BgClassName
{
background-color: #E65AA2;
}
</style>
border-color css
<style>
span { border-color: #E65AA2; }
span { border-color: rgb(230,90,162); }
td.TdClassName
{
border-color: #E65AA2;
}
.TagClassName
{
border-color: #E65AA2;
}
</style>