Shades of Brilliant Rose #E04AB3
Tints of Brilliant Rose #E04AB3
RGB
CMYK
RGB Variations
Color information
#E04AB3 (or 0xE04AB3) is known color: Brilliant Rose. HEX triplet: E0, 4A and B3. RGB value is (224,74,179). Sum of RGB (Red+Green+Blue) = 224+74+179=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AB3 is #1FB54C. Grayscale: #828282. Windows color (decimal): -2078029 or 11750112. OLE color: 11750112.
HSL color Cylindrical-coordinate representation of color #E04AB3: hue angle of 318º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04AB3 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 179 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.12 |
| HSL | 318º | 0.71% | 0.58% | - |
| HSV(B) | 318º | 0.67% | 0.88% | - |
| XYZ | 41.33 | 24 | 45.1 | - |
| YUV | 130.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 179 | 0 | 0.67 | 0.20 | 0.12 | 318 | 0.71 | 0.58 |
| Hex | E0 | 4A | B3 | 0 | 43 | 14 | C | 13E | 47 | 3A |
| Octal | 340 | 112 | 263 | 0 | 103 | 24 | 14 | 476 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10110011 | 0 | 1000011 | 10100 | 1100 | 100111110 | 1000111 | 111010 |
Color Harmonies of #E04AB3
Complementary color
Monochromatic Colors of #E04AB3
Black with #E04AB3
Text Example
Text Example
White with #E04AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AB3; }
p { color: rgb(224,74,179); }
H1.HeaderClassName
{
color: #E04AB3;
}
.AnyTagClassName
{
color: #E04AB3;
}
</style>
background-color css
<style>
a { background-color: #E04AB3; }
a { background-color: rgb(224,74,179); }
div.DivClassName
{
background-color: #E04AB3;
}
.BgClassName
{
background-color: #E04AB3;
}
</style>
border-color css
<style>
span { border-color: #E04AB3; }
span { border-color: rgb(224,74,179); }
td.TdClassName
{
border-color: #E04AB3;
}
.TagClassName
{
border-color: #E04AB3;
}
</style>