Shades of Brilliant Rose #E64EA3
Tints of Brilliant Rose #E64EA3
RGB
CMYK
RGB Variations
Color information
#E64EA3 (or 0xE64EA3) is known color: Brilliant Rose. HEX triplet: E6, 4E and A3. RGB value is (230,78,163). Sum of RGB (Red+Green+Blue) = 230+78+163=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EA3 is #19B15C. Grayscale: #848484. Windows color (decimal): -1683805 or 10702566. OLE color: 10702566.
HSL color Cylindrical-coordinate representation of color #E64EA3: hue angle of 326.45º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EA3 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 163 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.10 |
| HSL | 326.45º | 0.75% | 0.6% | - |
| HSV(B) | 326.45º | 0.66% | 0.9% | - |
| XYZ | 41.97 | 24.92 | 37.25 | - |
| YUV | 133.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 163 | 0 | 0.66 | 0.29 | 0.10 | 326.45 | 0.75 | 0.6 |
| Hex | E6 | 4E | A3 | 0 | 42 | 1D | A | 146 | 4B | 3C |
| Octal | 346 | 116 | 243 | 0 | 102 | 35 | 12 | 506 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10100011 | 0 | 1000010 | 11101 | 1010 | 101000110 | 1001011 | 111100 |
Color Harmonies of #E64EA3
Complementary color
Monochromatic Colors of #E64EA3
Black with #E64EA3
Text Example
Text Example
White with #E64EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EA3; }
p { color: rgb(230,78,163); }
H1.HeaderClassName
{
color: #E64EA3;
}
.AnyTagClassName
{
color: #E64EA3;
}
</style>
background-color css
<style>
a { background-color: #E64EA3; }
a { background-color: rgb(230,78,163); }
div.DivClassName
{
background-color: #E64EA3;
}
.BgClassName
{
background-color: #E64EA3;
}
</style>
border-color css
<style>
span { border-color: #E64EA3; }
span { border-color: rgb(230,78,163); }
td.TdClassName
{
border-color: #E64EA3;
}
.TagClassName
{
border-color: #E64EA3;
}
</style>