Shades of Brilliant Rose #E65A9A
Tints of Brilliant Rose #E65A9A
RGB
CMYK
RGB Variations
Color information
#E65A9A (or 0xE65A9A) is known color: Brilliant Rose. HEX triplet: E6, 5A and 9A. RGB value is (230,90,154). Sum of RGB (Red+Green+Blue) = 230+90+154=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A9A is #19A565. Grayscale: #8B8B8B. Windows color (decimal): -1680742 or 10115814. OLE color: 10115814.
HSL color Cylindrical-coordinate representation of color #E65A9A: hue angle of 332.57º 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 #E65A9A is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 154 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.10 |
| HSL | 332.57º | 0.74% | 0.63% | - |
| HSV(B) | 332.57º | 0.61% | 0.9% | - |
| XYZ | 42.12 | 26.47 | 33.46 | - |
| YUV | 139.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 154 | 0 | 0.61 | 0.33 | 0.10 | 332.57 | 0.74 | 0.63 |
| Hex | E6 | 5A | 9A | 0 | 3D | 21 | A | 14D | 4A | 3F |
| Octal | 346 | 132 | 232 | 0 | 75 | 41 | 12 | 515 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10011010 | 0 | 111101 | 100001 | 1010 | 101001101 | 1001010 | 111111 |
Color Harmonies of #E65A9A
Complementary color
Monochromatic Colors of #E65A9A
Black with #E65A9A
Text Example
Text Example
White with #E65A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A9A; }
p { color: rgb(230,90,154); }
H1.HeaderClassName
{
color: #E65A9A;
}
.AnyTagClassName
{
color: #E65A9A;
}
</style>
background-color css
<style>
a { background-color: #E65A9A; }
a { background-color: rgb(230,90,154); }
div.DivClassName
{
background-color: #E65A9A;
}
.BgClassName
{
background-color: #E65A9A;
}
</style>
border-color css
<style>
span { border-color: #E65A9A; }
span { border-color: rgb(230,90,154); }
td.TdClassName
{
border-color: #E65A9A;
}
.TagClassName
{
border-color: #E65A9A;
}
</style>