Shades of Brilliant Rose #E34CA8
Tints of Brilliant Rose #E34CA8
RGB
CMYK
RGB Variations
Color information
#E34CA8 (or 0xE34CA8) is known color: Brilliant Rose. HEX triplet: E3, 4C and A8. RGB value is (227,76,168). Sum of RGB (Red+Green+Blue) = 227+76+168=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34CA8 is #1CB357. Grayscale: #838383. Windows color (decimal): -1880920 or 11029731. OLE color: 11029731.
HSL color Cylindrical-coordinate representation of color #E34CA8: hue angle of 323.44º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CA8 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 168 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.11 |
| HSL | 323.44º | 0.73% | 0.59% | - |
| HSV(B) | 323.44º | 0.67% | 0.89% | - |
| XYZ | 41.33 | 24.33 | 39.56 | - |
| YUV | 131.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 168 | 0 | 0.67 | 0.26 | 0.11 | 323.44 | 0.73 | 0.59 |
| Hex | E3 | 4C | A8 | 0 | 43 | 1A | B | 143 | 49 | 3B |
| Octal | 343 | 114 | 250 | 0 | 103 | 32 | 13 | 503 | 111 | 73 |
| Binary | 11100011 | 1001100 | 10101000 | 0 | 1000011 | 11010 | 1011 | 101000011 | 1001001 | 111011 |
Color Harmonies of #E34CA8
Complementary color
Monochromatic Colors of #E34CA8
Black with #E34CA8
Text Example
Text Example
White with #E34CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CA8; }
p { color: rgb(227,76,168); }
H1.HeaderClassName
{
color: #E34CA8;
}
.AnyTagClassName
{
color: #E34CA8;
}
</style>
background-color css
<style>
a { background-color: #E34CA8; }
a { background-color: rgb(227,76,168); }
div.DivClassName
{
background-color: #E34CA8;
}
.BgClassName
{
background-color: #E34CA8;
}
</style>
border-color css
<style>
span { border-color: #E34CA8; }
span { border-color: rgb(227,76,168); }
td.TdClassName
{
border-color: #E34CA8;
}
.TagClassName
{
border-color: #E34CA8;
}
</style>