Shades of Brilliant Rose #E04EB3
Tints of Brilliant Rose #E04EB3
RGB
CMYK
RGB Variations
Color information
#E04EB3 (or 0xE04EB3) is known color: Brilliant Rose. HEX triplet: E0, 4E and B3. RGB value is (224,78,179). Sum of RGB (Red+Green+Blue) = 224+78+179=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EB3 is #1FB14C. Grayscale: #848484. Windows color (decimal): -2077005 or 11751136. OLE color: 11751136.
HSL color Cylindrical-coordinate representation of color #E04EB3: hue angle of 318.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04EB3 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 179 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.12 |
| HSL | 318.49º | 0.7% | 0.59% | - |
| HSV(B) | 318.49º | 0.65% | 0.88% | - |
| XYZ | 41.6 | 24.55 | 45.19 | - |
| YUV | 133.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 179 | 0 | 0.65 | 0.20 | 0.12 | 318.49 | 0.7 | 0.59 |
| Hex | E0 | 4E | B3 | 0 | 41 | 14 | C | 13E | 46 | 3B |
| Octal | 340 | 116 | 263 | 0 | 101 | 24 | 14 | 476 | 106 | 73 |
| Binary | 11100000 | 1001110 | 10110011 | 0 | 1000001 | 10100 | 1100 | 100111110 | 1000110 | 111011 |
Color Harmonies of #E04EB3
Complementary color
Monochromatic Colors of #E04EB3
Black with #E04EB3
Text Example
Text Example
White with #E04EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EB3; }
p { color: rgb(224,78,179); }
H1.HeaderClassName
{
color: #E04EB3;
}
.AnyTagClassName
{
color: #E04EB3;
}
</style>
background-color css
<style>
a { background-color: #E04EB3; }
a { background-color: rgb(224,78,179); }
div.DivClassName
{
background-color: #E04EB3;
}
.BgClassName
{
background-color: #E04EB3;
}
</style>
border-color css
<style>
span { border-color: #E04EB3; }
span { border-color: rgb(224,78,179); }
td.TdClassName
{
border-color: #E04EB3;
}
.TagClassName
{
border-color: #E04EB3;
}
</style>