Shades of Brilliant Rose #E34F9D
Tints of Brilliant Rose #E34F9D
RGB
CMYK
RGB Variations
Color information
#E34F9D (or 0xE34F9D) is known color: Brilliant Rose. HEX triplet: E3, 4F and 9D. RGB value is (227,79,157). Sum of RGB (Red+Green+Blue) = 227+79+157=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F9D is #1CB062. Grayscale: #838383. Windows color (decimal): -1880163 or 10309603. OLE color: 10309603.
HSL color Cylindrical-coordinate representation of color #E34F9D: hue angle of 328.38º 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 #E34F9D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 157 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.11 |
| HSL | 328.38º | 0.73% | 0.6% | - |
| HSV(B) | 328.38º | 0.65% | 0.89% | - |
| XYZ | 40.56 | 24.36 | 34.46 | - |
| YUV | 132.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 157 | 0 | 0.65 | 0.31 | 0.11 | 328.38 | 0.73 | 0.6 |
| Hex | E3 | 4F | 9D | 0 | 41 | 1F | B | 148 | 49 | 3C |
| Octal | 343 | 117 | 235 | 0 | 101 | 37 | 13 | 510 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10011101 | 0 | 1000001 | 11111 | 1011 | 101001000 | 1001001 | 111100 |
Color Harmonies of #E34F9D
Complementary color
Monochromatic Colors of #E34F9D
Black with #E34F9D
Text Example
Text Example
White with #E34F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F9D; }
p { color: rgb(227,79,157); }
H1.HeaderClassName
{
color: #E34F9D;
}
.AnyTagClassName
{
color: #E34F9D;
}
</style>
background-color css
<style>
a { background-color: #E34F9D; }
a { background-color: rgb(227,79,157); }
div.DivClassName
{
background-color: #E34F9D;
}
.BgClassName
{
background-color: #E34F9D;
}
</style>
border-color css
<style>
span { border-color: #E34F9D; }
span { border-color: rgb(227,79,157); }
td.TdClassName
{
border-color: #E34F9D;
}
.TagClassName
{
border-color: #E34F9D;
}
</style>