Shades of Brilliant Rose #E65CA2
Tints of Brilliant Rose #E65CA2
RGB
CMYK
RGB Variations
Color information
#E65CA2 (or 0xE65CA2) is known color: Brilliant Rose. HEX triplet: E6, 5C and A2. RGB value is (230,92,162). Sum of RGB (Red+Green+Blue) = 230+92+162=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65CA2 is #19A35D. Grayscale: #8D8D8D. Windows color (decimal): -1680222 or 10640614. OLE color: 10640614.
HSL color Cylindrical-coordinate representation of color #E65CA2: hue angle of 329.57º 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 #E65CA2 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 162 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.10 |
| HSL | 329.57º | 0.73% | 0.63% | - |
| HSV(B) | 329.57º | 0.6% | 0.9% | - |
| XYZ | 42.98 | 27.09 | 37.15 | - |
| YUV | 141.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 162 | 0 | 0.60 | 0.30 | 0.10 | 329.57 | 0.73 | 0.63 |
| Hex | E6 | 5C | A2 | 0 | 3C | 1E | A | 14A | 49 | 3F |
| Octal | 346 | 134 | 242 | 0 | 74 | 36 | 12 | 512 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10100010 | 0 | 111100 | 11110 | 1010 | 101001010 | 1001001 | 111111 |
Color Harmonies of #E65CA2
Complementary color
Monochromatic Colors of #E65CA2
Black with #E65CA2
Text Example
Text Example
White with #E65CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CA2; }
p { color: rgb(230,92,162); }
H1.HeaderClassName
{
color: #E65CA2;
}
.AnyTagClassName
{
color: #E65CA2;
}
</style>
background-color css
<style>
a { background-color: #E65CA2; }
a { background-color: rgb(230,92,162); }
div.DivClassName
{
background-color: #E65CA2;
}
.BgClassName
{
background-color: #E65CA2;
}
</style>
border-color css
<style>
span { border-color: #E65CA2; }
span { border-color: rgb(230,92,162); }
td.TdClassName
{
border-color: #E65CA2;
}
.TagClassName
{
border-color: #E65CA2;
}
</style>