Shades of Brilliant Rose #E34FB4
Tints of Brilliant Rose #E34FB4
RGB
CMYK
RGB Variations
Color information
#E34FB4 (or 0xE34FB4) is known color: Brilliant Rose. HEX triplet: E3, 4F and B4. RGB value is (227,79,180). Sum of RGB (Red+Green+Blue) = 227+79+180=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FB4 is #1CB04B. Grayscale: #868686. Windows color (decimal): -1880140 or 11816931. OLE color: 11816931.
HSL color Cylindrical-coordinate representation of color #E34FB4: hue angle of 319.05º 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 #E34FB4 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 180 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.11 |
| HSL | 319.05º | 0.73% | 0.6% | - |
| HSV(B) | 319.05º | 0.65% | 0.89% | - |
| XYZ | 42.71 | 25.22 | 45.8 | - |
| YUV | 134.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 180 | 0 | 0.65 | 0.21 | 0.11 | 319.05 | 0.73 | 0.6 |
| Hex | E3 | 4F | B4 | 0 | 41 | 15 | B | 13F | 49 | 3C |
| Octal | 343 | 117 | 264 | 0 | 101 | 25 | 13 | 477 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10110100 | 0 | 1000001 | 10101 | 1011 | 100111111 | 1001001 | 111100 |
Color Harmonies of #E34FB4
Complementary color
Monochromatic Colors of #E34FB4
Black with #E34FB4
Text Example
Text Example
White with #E34FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FB4; }
p { color: rgb(227,79,180); }
H1.HeaderClassName
{
color: #E34FB4;
}
.AnyTagClassName
{
color: #E34FB4;
}
</style>
background-color css
<style>
a { background-color: #E34FB4; }
a { background-color: rgb(227,79,180); }
div.DivClassName
{
background-color: #E34FB4;
}
.BgClassName
{
background-color: #E34FB4;
}
</style>
border-color css
<style>
span { border-color: #E34FB4; }
span { border-color: rgb(227,79,180); }
td.TdClassName
{
border-color: #E34FB4;
}
.TagClassName
{
border-color: #E34FB4;
}
</style>