Shades of Brilliant Rose #E65AAB
Tints of Brilliant Rose #E65AAB
RGB
CMYK
RGB Variations
Color information
#E65AAB (or 0xE65AAB) is known color: Brilliant Rose. HEX triplet: E6, 5A and AB. RGB value is (230,90,171). Sum of RGB (Red+Green+Blue) = 230+90+171=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AAB is #19A554. Grayscale: #8C8C8C. Windows color (decimal): -1680725 or 11229926. OLE color: 11229926.
HSL color Cylindrical-coordinate representation of color #E65AAB: hue angle of 325.29º 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 #E65AAB is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 171 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.10 |
| HSL | 325.29º | 0.74% | 0.63% | - |
| HSV(B) | 325.29º | 0.61% | 0.9% | - |
| XYZ | 43.64 | 27.08 | 41.45 | - |
| YUV | 141.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 171 | 0 | 0.61 | 0.26 | 0.10 | 325.29 | 0.74 | 0.63 |
| Hex | E6 | 5A | AB | 0 | 3D | 1A | A | 145 | 4A | 3F |
| Octal | 346 | 132 | 253 | 0 | 75 | 32 | 12 | 505 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10101011 | 0 | 111101 | 11010 | 1010 | 101000101 | 1001010 | 111111 |
Color Harmonies of #E65AAB
Complementary color
Monochromatic Colors of #E65AAB
Black with #E65AAB
Text Example
Text Example
White with #E65AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AAB; }
p { color: rgb(230,90,171); }
H1.HeaderClassName
{
color: #E65AAB;
}
.AnyTagClassName
{
color: #E65AAB;
}
</style>
background-color css
<style>
a { background-color: #E65AAB; }
a { background-color: rgb(230,90,171); }
div.DivClassName
{
background-color: #E65AAB;
}
.BgClassName
{
background-color: #E65AAB;
}
</style>
border-color css
<style>
span { border-color: #E65AAB; }
span { border-color: rgb(230,90,171); }
td.TdClassName
{
border-color: #E65AAB;
}
.TagClassName
{
border-color: #E65AAB;
}
</style>