Shades of Brilliant Rose #E34F9E
Tints of Brilliant Rose #E34F9E
RGB
CMYK
RGB Variations
Color information
#E34F9E (or 0xE34F9E) is known color: Brilliant Rose. HEX triplet: E3, 4F and 9E. RGB value is (227,79,158). Sum of RGB (Red+Green+Blue) = 227+79+158=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F9E is #1CB061. Grayscale: #848484. Windows color (decimal): -1880162 or 10375139. OLE color: 10375139.
HSL color Cylindrical-coordinate representation of color #E34F9E: hue angle of 327.97º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F9E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 158 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.11 |
| HSL | 327.97º | 0.73% | 0.6% | - |
| HSV(B) | 327.97º | 0.65% | 0.89% | - |
| XYZ | 40.65 | 24.39 | 34.91 | - |
| YUV | 132.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 158 | 0 | 0.65 | 0.30 | 0.11 | 327.97 | 0.73 | 0.6 |
| Hex | E3 | 4F | 9E | 0 | 41 | 1E | B | 148 | 49 | 3C |
| Octal | 343 | 117 | 236 | 0 | 101 | 36 | 13 | 510 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10011110 | 0 | 1000001 | 11110 | 1011 | 101001000 | 1001001 | 111100 |
Color Harmonies of #E34F9E
Complementary color
Monochromatic Colors of #E34F9E
Black with #E34F9E
Text Example
Text Example
White with #E34F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F9E; }
p { color: rgb(227,79,158); }
H1.HeaderClassName
{
color: #E34F9E;
}
.AnyTagClassName
{
color: #E34F9E;
}
</style>
background-color css
<style>
a { background-color: #E34F9E; }
a { background-color: rgb(227,79,158); }
div.DivClassName
{
background-color: #E34F9E;
}
.BgClassName
{
background-color: #E34F9E;
}
</style>
border-color css
<style>
span { border-color: #E34F9E; }
span { border-color: rgb(227,79,158); }
td.TdClassName
{
border-color: #E34F9E;
}
.TagClassName
{
border-color: #E34F9E;
}
</style>