Shades of Brilliant Rose #E34FAC
Tints of Brilliant Rose #E34FAC
RGB
CMYK
RGB Variations
Color information
#E34FAC (or 0xE34FAC) is known color: Brilliant Rose. HEX triplet: E3, 4F and AC. RGB value is (227,79,172). Sum of RGB (Red+Green+Blue) = 227+79+172=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34FAC is #1CB053. Grayscale: #858585. Windows color (decimal): -1880148 or 11292643. OLE color: 11292643.
HSL color Cylindrical-coordinate representation of color #E34FAC: hue angle of 322.3º 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 #E34FAC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 172 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.11 |
| HSL | 322.3º | 0.73% | 0.6% | - |
| HSV(B) | 322.3º | 0.65% | 0.89% | - |
| XYZ | 41.92 | 24.9 | 41.63 | - |
| YUV | 133.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 172 | 0 | 0.65 | 0.24 | 0.11 | 322.3 | 0.73 | 0.6 |
| Hex | E3 | 4F | AC | 0 | 41 | 18 | B | 142 | 49 | 3C |
| Octal | 343 | 117 | 254 | 0 | 101 | 30 | 13 | 502 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10101100 | 0 | 1000001 | 11000 | 1011 | 101000010 | 1001001 | 111100 |
Color Harmonies of #E34FAC
Complementary color
Monochromatic Colors of #E34FAC
Black with #E34FAC
Text Example
Text Example
White with #E34FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FAC; }
p { color: rgb(227,79,172); }
H1.HeaderClassName
{
color: #E34FAC;
}
.AnyTagClassName
{
color: #E34FAC;
}
</style>
background-color css
<style>
a { background-color: #E34FAC; }
a { background-color: rgb(227,79,172); }
div.DivClassName
{
background-color: #E34FAC;
}
.BgClassName
{
background-color: #E34FAC;
}
</style>
border-color css
<style>
span { border-color: #E34FAC; }
span { border-color: rgb(227,79,172); }
td.TdClassName
{
border-color: #E34FAC;
}
.TagClassName
{
border-color: #E34FAC;
}
</style>