Shades of Brilliant Rose #E65AAA
Tints of Brilliant Rose #E65AAA
RGB
CMYK
RGB Variations
Color information
#E65AAA (or 0xE65AAA) is known color: Brilliant Rose. HEX triplet: E6, 5A and AA. RGB value is (230,90,170). Sum of RGB (Red+Green+Blue) = 230+90+170=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AAA is #19A555. Grayscale: #8C8C8C. Windows color (decimal): -1680726 or 11164390. OLE color: 11164390.
HSL color Cylindrical-coordinate representation of color #E65AAA: hue angle of 325.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 #E65AAA is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 170 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.10 |
| HSL | 325.71º | 0.74% | 0.63% | - |
| HSV(B) | 325.71º | 0.61% | 0.9% | - |
| XYZ | 43.54 | 27.04 | 40.95 | - |
| YUV | 140.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 170 | 0 | 0.61 | 0.26 | 0.10 | 325.71 | 0.74 | 0.63 |
| Hex | E6 | 5A | AA | 0 | 3D | 1A | A | 146 | 4A | 3F |
| Octal | 346 | 132 | 252 | 0 | 75 | 32 | 12 | 506 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10101010 | 0 | 111101 | 11010 | 1010 | 101000110 | 1001010 | 111111 |
Color Harmonies of #E65AAA
Complementary color
Monochromatic Colors of #E65AAA
Black with #E65AAA
Text Example
Text Example
White with #E65AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AAA; }
p { color: rgb(230,90,170); }
H1.HeaderClassName
{
color: #E65AAA;
}
.AnyTagClassName
{
color: #E65AAA;
}
</style>
background-color css
<style>
a { background-color: #E65AAA; }
a { background-color: rgb(230,90,170); }
div.DivClassName
{
background-color: #E65AAA;
}
.BgClassName
{
background-color: #E65AAA;
}
</style>
border-color css
<style>
span { border-color: #E65AAA; }
span { border-color: rgb(230,90,170); }
td.TdClassName
{
border-color: #E65AAA;
}
.TagClassName
{
border-color: #E65AAA;
}
</style>