Shades of Brilliant Rose #E34EB4
Tints of Brilliant Rose #E34EB4
RGB
CMYK
RGB Variations
Color information
#E34EB4 (or 0xE34EB4) is known color: Brilliant Rose. HEX triplet: E3, 4E and B4. RGB value is (227,78,180). Sum of RGB (Red+Green+Blue) = 227+78+180=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E34EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34EB4 is #1CB14B. Grayscale: #858585. Windows color (decimal): -1880396 or 11816675. OLE color: 11816675.
HSL color Cylindrical-coordinate representation of color #E34EB4: hue angle of 318.93º 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 #E34EB4 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 180 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.11 |
| HSL | 318.93º | 0.73% | 0.6% | - |
| HSV(B) | 318.93º | 0.66% | 0.89% | - |
| XYZ | 42.64 | 25.07 | 45.77 | - |
| YUV | 134.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 180 | 0 | 0.66 | 0.21 | 0.11 | 318.93 | 0.73 | 0.6 |
| Hex | E3 | 4E | B4 | 0 | 42 | 15 | B | 13F | 49 | 3C |
| Octal | 343 | 116 | 264 | 0 | 102 | 25 | 13 | 477 | 111 | 74 |
| Binary | 11100011 | 1001110 | 10110100 | 0 | 1000010 | 10101 | 1011 | 100111111 | 1001001 | 111100 |
Color Harmonies of #E34EB4
Complementary color
Monochromatic Colors of #E34EB4
Black with #E34EB4
Text Example
Text Example
White with #E34EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34EB4; }
p { color: rgb(227,78,180); }
H1.HeaderClassName
{
color: #E34EB4;
}
.AnyTagClassName
{
color: #E34EB4;
}
</style>
background-color css
<style>
a { background-color: #E34EB4; }
a { background-color: rgb(227,78,180); }
div.DivClassName
{
background-color: #E34EB4;
}
.BgClassName
{
background-color: #E34EB4;
}
</style>
border-color css
<style>
span { border-color: #E34EB4; }
span { border-color: rgb(227,78,180); }
td.TdClassName
{
border-color: #E34EB4;
}
.TagClassName
{
border-color: #E34EB4;
}
</style>