Shades of Brilliant Rose #E65FA0
Tints of Brilliant Rose #E65FA0
RGB
CMYK
RGB Variations
Color information
#E65FA0 (or 0xE65FA0) is known color: Brilliant Rose. HEX triplet: E6, 5F and A0. RGB value is (230,95,160). Sum of RGB (Red+Green+Blue) = 230+95+160=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FA0 is #19A05F. Grayscale: #8E8E8E. Windows color (decimal): -1679456 or 10510310. OLE color: 10510310.
HSL color Cylindrical-coordinate representation of color #E65FA0: hue angle of 331.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FA0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 160 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.10 |
| HSL | 331.11º | 0.73% | 0.64% | - |
| HSV(B) | 331.11º | 0.59% | 0.9% | - |
| XYZ | 43.07 | 27.55 | 36.3 | - |
| YUV | 142.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 160 | 0 | 0.59 | 0.30 | 0.10 | 331.11 | 0.73 | 0.64 |
| Hex | E6 | 5F | A0 | 0 | 3B | 1E | A | 14B | 49 | 40 |
| Octal | 346 | 137 | 240 | 0 | 73 | 36 | 12 | 513 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10100000 | 0 | 111011 | 11110 | 1010 | 101001011 | 1001001 | 1000000 |
Color Harmonies of #E65FA0
Complementary color
Monochromatic Colors of #E65FA0
Black with #E65FA0
Text Example
Text Example
White with #E65FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FA0; }
p { color: rgb(230,95,160); }
H1.HeaderClassName
{
color: #E65FA0;
}
.AnyTagClassName
{
color: #E65FA0;
}
</style>
background-color css
<style>
a { background-color: #E65FA0; }
a { background-color: rgb(230,95,160); }
div.DivClassName
{
background-color: #E65FA0;
}
.BgClassName
{
background-color: #E65FA0;
}
</style>
border-color css
<style>
span { border-color: #E65FA0; }
span { border-color: rgb(230,95,160); }
td.TdClassName
{
border-color: #E65FA0;
}
.TagClassName
{
border-color: #E65FA0;
}
</style>