Shades of Brilliant Rose #E34EA6
Tints of Brilliant Rose #E34EA6
RGB
CMYK
RGB Variations
Color information
#E34EA6 (or 0xE34EA6) is known color: Brilliant Rose. HEX triplet: E3, 4E and A6. RGB value is (227,78,166). Sum of RGB (Red+Green+Blue) = 227+78+166=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E34EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34EA6 is #1CB159. Grayscale: #848484. Windows color (decimal): -1880410 or 10899171. OLE color: 10899171.
HSL color Cylindrical-coordinate representation of color #E34EA6: hue angle of 324.56º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34EA6 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 166 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.11 |
| HSL | 324.56º | 0.73% | 0.6% | - |
| HSV(B) | 324.56º | 0.66% | 0.89% | - |
| XYZ | 41.29 | 24.53 | 38.64 | - |
| YUV | 132.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 166 | 0 | 0.66 | 0.27 | 0.11 | 324.56 | 0.73 | 0.6 |
| Hex | E3 | 4E | A6 | 0 | 42 | 1B | B | 145 | 49 | 3C |
| Octal | 343 | 116 | 246 | 0 | 102 | 33 | 13 | 505 | 111 | 74 |
| Binary | 11100011 | 1001110 | 10100110 | 0 | 1000010 | 11011 | 1011 | 101000101 | 1001001 | 111100 |
Color Harmonies of #E34EA6
Complementary color
Monochromatic Colors of #E34EA6
Black with #E34EA6
Text Example
Text Example
White with #E34EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34EA6; }
p { color: rgb(227,78,166); }
H1.HeaderClassName
{
color: #E34EA6;
}
.AnyTagClassName
{
color: #E34EA6;
}
</style>
background-color css
<style>
a { background-color: #E34EA6; }
a { background-color: rgb(227,78,166); }
div.DivClassName
{
background-color: #E34EA6;
}
.BgClassName
{
background-color: #E34EA6;
}
</style>
border-color css
<style>
span { border-color: #E34EA6; }
span { border-color: rgb(227,78,166); }
td.TdClassName
{
border-color: #E34EA6;
}
.TagClassName
{
border-color: #E34EA6;
}
</style>