Shades of Brilliant Rose #E65CA0
Tints of Brilliant Rose #E65CA0
RGB
CMYK
RGB Variations
Color information
#E65CA0 (or 0xE65CA0) is known color: Brilliant Rose. HEX triplet: E6, 5C and A0. RGB value is (230,92,160). Sum of RGB (Red+Green+Blue) = 230+92+160=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65CA0 is #19A35F. Grayscale: #8C8C8C. Windows color (decimal): -1680224 or 10509542. OLE color: 10509542.
HSL color Cylindrical-coordinate representation of color #E65CA0: hue angle of 330.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CA0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 160 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.10 |
| HSL | 330.43º | 0.73% | 0.63% | - |
| HSV(B) | 330.43º | 0.6% | 0.9% | - |
| XYZ | 42.81 | 27.02 | 36.22 | - |
| YUV | 141.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 160 | 0 | 0.60 | 0.30 | 0.10 | 330.43 | 0.73 | 0.63 |
| Hex | E6 | 5C | A0 | 0 | 3C | 1E | A | 14A | 49 | 3F |
| Octal | 346 | 134 | 240 | 0 | 74 | 36 | 12 | 512 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10100000 | 0 | 111100 | 11110 | 1010 | 101001010 | 1001001 | 111111 |
Color Harmonies of #E65CA0
Complementary color
Monochromatic Colors of #E65CA0
Black with #E65CA0
Text Example
Text Example
White with #E65CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CA0; }
p { color: rgb(230,92,160); }
H1.HeaderClassName
{
color: #E65CA0;
}
.AnyTagClassName
{
color: #E65CA0;
}
</style>
background-color css
<style>
a { background-color: #E65CA0; }
a { background-color: rgb(230,92,160); }
div.DivClassName
{
background-color: #E65CA0;
}
.BgClassName
{
background-color: #E65CA0;
}
</style>
border-color css
<style>
span { border-color: #E65CA0; }
span { border-color: rgb(230,92,160); }
td.TdClassName
{
border-color: #E65CA0;
}
.TagClassName
{
border-color: #E65CA0;
}
</style>