Shades of Brilliant Rose #E34FB6
Tints of Brilliant Rose #E34FB6
RGB
CMYK
RGB Variations
Color information
#E34FB6 (or 0xE34FB6) is known color: Brilliant Rose. HEX triplet: E3, 4F and B6. RGB value is (227,79,182). Sum of RGB (Red+Green+Blue) = 227+79+182=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FB6 is #1CB049. Grayscale: #868686. Windows color (decimal): -1880138 or 11948003. OLE color: 11948003.
HSL color Cylindrical-coordinate representation of color #E34FB6: hue angle of 318.24º 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 #E34FB6 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 182 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.11 |
| HSL | 318.24º | 0.73% | 0.6% | - |
| HSV(B) | 318.24º | 0.65% | 0.89% | - |
| XYZ | 42.92 | 25.3 | 46.88 | - |
| YUV | 134.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 182 | 0 | 0.65 | 0.20 | 0.11 | 318.24 | 0.73 | 0.6 |
| Hex | E3 | 4F | B6 | 0 | 41 | 14 | B | 13E | 49 | 3C |
| Octal | 343 | 117 | 266 | 0 | 101 | 24 | 13 | 476 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10110110 | 0 | 1000001 | 10100 | 1011 | 100111110 | 1001001 | 111100 |
Color Harmonies of #E34FB6
Complementary color
Monochromatic Colors of #E34FB6
Black with #E34FB6
Text Example
Text Example
White with #E34FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FB6; }
p { color: rgb(227,79,182); }
H1.HeaderClassName
{
color: #E34FB6;
}
.AnyTagClassName
{
color: #E34FB6;
}
</style>
background-color css
<style>
a { background-color: #E34FB6; }
a { background-color: rgb(227,79,182); }
div.DivClassName
{
background-color: #E34FB6;
}
.BgClassName
{
background-color: #E34FB6;
}
</style>
border-color css
<style>
span { border-color: #E34FB6; }
span { border-color: rgb(227,79,182); }
td.TdClassName
{
border-color: #E34FB6;
}
.TagClassName
{
border-color: #E34FB6;
}
</style>