Shades of Brilliant Rose #E64D9E
Tints of Brilliant Rose #E64D9E
RGB
CMYK
RGB Variations
Color information
#E64D9E (or 0xE64D9E) is known color: Brilliant Rose. HEX triplet: E6, 4D and 9E. RGB value is (230,77,158). Sum of RGB (Red+Green+Blue) = 230+77+158=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D9E is #19B261. Grayscale: #838383. Windows color (decimal): -1684066 or 10374630. OLE color: 10374630.
HSL color Cylindrical-coordinate representation of color #E64D9E: hue angle of 328.24º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D9E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 158 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.10 |
| HSL | 328.24º | 0.75% | 0.6% | - |
| HSV(B) | 328.24º | 0.67% | 0.9% | - |
| XYZ | 41.46 | 24.6 | 34.91 | - |
| YUV | 131.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 158 | 0 | 0.67 | 0.31 | 0.10 | 328.24 | 0.75 | 0.6 |
| Hex | E6 | 4D | 9E | 0 | 43 | 1F | A | 148 | 4B | 3C |
| Octal | 346 | 115 | 236 | 0 | 103 | 37 | 12 | 510 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10011110 | 0 | 1000011 | 11111 | 1010 | 101001000 | 1001011 | 111100 |
Color Harmonies of #E64D9E
Complementary color
Monochromatic Colors of #E64D9E
Black with #E64D9E
Text Example
Text Example
White with #E64D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D9E; }
p { color: rgb(230,77,158); }
H1.HeaderClassName
{
color: #E64D9E;
}
.AnyTagClassName
{
color: #E64D9E;
}
</style>
background-color css
<style>
a { background-color: #E64D9E; }
a { background-color: rgb(230,77,158); }
div.DivClassName
{
background-color: #E64D9E;
}
.BgClassName
{
background-color: #E64D9E;
}
</style>
border-color css
<style>
span { border-color: #E64D9E; }
span { border-color: rgb(230,77,158); }
td.TdClassName
{
border-color: #E64D9E;
}
.TagClassName
{
border-color: #E64D9E;
}
</style>