Shades of Brilliant Rose #E64E9F
Tints of Brilliant Rose #E64E9F
RGB
CMYK
RGB Variations
Color information
#E64E9F (or 0xE64E9F) is known color: Brilliant Rose. HEX triplet: E6, 4E and 9F. RGB value is (230,78,159). Sum of RGB (Red+Green+Blue) = 230+78+159=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E9F is #19B160. Grayscale: #848484. Windows color (decimal): -1683809 or 10440422. OLE color: 10440422.
HSL color Cylindrical-coordinate representation of color #E64E9F: hue angle of 328.03º 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 #E64E9F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 159 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.10 |
| HSL | 328.03º | 0.75% | 0.6% | - |
| HSV(B) | 328.03º | 0.66% | 0.9% | - |
| XYZ | 41.62 | 24.77 | 35.39 | - |
| YUV | 132.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 159 | 0 | 0.66 | 0.31 | 0.10 | 328.03 | 0.75 | 0.6 |
| Hex | E6 | 4E | 9F | 0 | 42 | 1F | A | 148 | 4B | 3C |
| Octal | 346 | 116 | 237 | 0 | 102 | 37 | 12 | 510 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10011111 | 0 | 1000010 | 11111 | 1010 | 101001000 | 1001011 | 111100 |
Color Harmonies of #E64E9F
Complementary color
Monochromatic Colors of #E64E9F
Black with #E64E9F
Text Example
Text Example
White with #E64E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E9F; }
p { color: rgb(230,78,159); }
H1.HeaderClassName
{
color: #E64E9F;
}
.AnyTagClassName
{
color: #E64E9F;
}
</style>
background-color css
<style>
a { background-color: #E64E9F; }
a { background-color: rgb(230,78,159); }
div.DivClassName
{
background-color: #E64E9F;
}
.BgClassName
{
background-color: #E64E9F;
}
</style>
border-color css
<style>
span { border-color: #E64E9F; }
span { border-color: rgb(230,78,159); }
td.TdClassName
{
border-color: #E64E9F;
}
.TagClassName
{
border-color: #E64E9F;
}
</style>