Shades of Brilliant Rose #E65AA3
Tints of Brilliant Rose #E65AA3
RGB
CMYK
RGB Variations
Color information
#E65AA3 (or 0xE65AA3) is known color: Brilliant Rose. HEX triplet: E6, 5A and A3. RGB value is (230,90,163). Sum of RGB (Red+Green+Blue) = 230+90+163=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AA3 is #19A55C. Grayscale: #8C8C8C. Windows color (decimal): -1680733 or 10705638. OLE color: 10705638.
HSL color Cylindrical-coordinate representation of color #E65AA3: hue angle of 328.71º 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 #E65AA3 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 163 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.10 |
| HSL | 328.71º | 0.74% | 0.63% | - |
| HSV(B) | 328.71º | 0.61% | 0.9% | - |
| XYZ | 42.9 | 26.78 | 37.56 | - |
| YUV | 140.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 163 | 0 | 0.61 | 0.29 | 0.10 | 328.71 | 0.74 | 0.63 |
| Hex | E6 | 5A | A3 | 0 | 3D | 1D | A | 149 | 4A | 3F |
| Octal | 346 | 132 | 243 | 0 | 75 | 35 | 12 | 511 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10100011 | 0 | 111101 | 11101 | 1010 | 101001001 | 1001010 | 111111 |
Color Harmonies of #E65AA3
Complementary color
Monochromatic Colors of #E65AA3
Black with #E65AA3
Text Example
Text Example
White with #E65AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AA3; }
p { color: rgb(230,90,163); }
H1.HeaderClassName
{
color: #E65AA3;
}
.AnyTagClassName
{
color: #E65AA3;
}
</style>
background-color css
<style>
a { background-color: #E65AA3; }
a { background-color: rgb(230,90,163); }
div.DivClassName
{
background-color: #E65AA3;
}
.BgClassName
{
background-color: #E65AA3;
}
</style>
border-color css
<style>
span { border-color: #E65AA3; }
span { border-color: rgb(230,90,163); }
td.TdClassName
{
border-color: #E65AA3;
}
.TagClassName
{
border-color: #E65AA3;
}
</style>