Shades of Brilliant Rose #E64F9E
Tints of Brilliant Rose #E64F9E
RGB
CMYK
RGB Variations
Color information
#E64F9E (or 0xE64F9E) is known color: Brilliant Rose. HEX triplet: E6, 4F and 9E. RGB value is (230,79,158). Sum of RGB (Red+Green+Blue) = 230+79+158=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F9E is #19B061. Grayscale: #848484. Windows color (decimal): -1683554 or 10375142. OLE color: 10375142.
HSL color Cylindrical-coordinate representation of color #E64F9E: hue angle of 328.61º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F9E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 158 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.10 |
| HSL | 328.61º | 0.75% | 0.61% | - |
| HSV(B) | 328.61º | 0.66% | 0.9% | - |
| XYZ | 41.6 | 24.88 | 34.96 | - |
| YUV | 133.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 158 | 0 | 0.66 | 0.31 | 0.10 | 328.61 | 0.75 | 0.61 |
| Hex | E6 | 4F | 9E | 0 | 42 | 1F | A | 149 | 4B | 3D |
| Octal | 346 | 117 | 236 | 0 | 102 | 37 | 12 | 511 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10011110 | 0 | 1000010 | 11111 | 1010 | 101001001 | 1001011 | 111101 |
Color Harmonies of #E64F9E
Complementary color
Monochromatic Colors of #E64F9E
Black with #E64F9E
Text Example
Text Example
White with #E64F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F9E; }
p { color: rgb(230,79,158); }
H1.HeaderClassName
{
color: #E64F9E;
}
.AnyTagClassName
{
color: #E64F9E;
}
</style>
background-color css
<style>
a { background-color: #E64F9E; }
a { background-color: rgb(230,79,158); }
div.DivClassName
{
background-color: #E64F9E;
}
.BgClassName
{
background-color: #E64F9E;
}
</style>
border-color css
<style>
span { border-color: #E64F9E; }
span { border-color: rgb(230,79,158); }
td.TdClassName
{
border-color: #E64F9E;
}
.TagClassName
{
border-color: #E64F9E;
}
</style>