Shades of Brilliant Rose #E04AB4
Tints of Brilliant Rose #E04AB4
RGB
CMYK
RGB Variations
Color information
#E04AB4 (or 0xE04AB4) is known color: Brilliant Rose. HEX triplet: E0, 4A and B4. RGB value is (224,74,180). Sum of RGB (Red+Green+Blue) = 224+74+180=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AB4 is #1FB54B. Grayscale: #828282. Windows color (decimal): -2078028 or 11815648. OLE color: 11815648.
HSL color Cylindrical-coordinate representation of color #E04AB4: hue angle of 317.6º 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 #E04AB4 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 180 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.12 |
| HSL | 317.6º | 0.71% | 0.58% | - |
| HSV(B) | 317.6º | 0.67% | 0.88% | - |
| XYZ | 41.43 | 24.04 | 45.64 | - |
| YUV | 130.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 180 | 0 | 0.67 | 0.20 | 0.12 | 317.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | B4 | 0 | 43 | 14 | C | 13E | 47 | 3A |
| Octal | 340 | 112 | 264 | 0 | 103 | 24 | 14 | 476 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10110100 | 0 | 1000011 | 10100 | 1100 | 100111110 | 1000111 | 111010 |
Color Harmonies of #E04AB4
Complementary color
Monochromatic Colors of #E04AB4
Black with #E04AB4
Text Example
Text Example
White with #E04AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AB4; }
p { color: rgb(224,74,180); }
H1.HeaderClassName
{
color: #E04AB4;
}
.AnyTagClassName
{
color: #E04AB4;
}
</style>
background-color css
<style>
a { background-color: #E04AB4; }
a { background-color: rgb(224,74,180); }
div.DivClassName
{
background-color: #E04AB4;
}
.BgClassName
{
background-color: #E04AB4;
}
</style>
border-color css
<style>
span { border-color: #E04AB4; }
span { border-color: rgb(224,74,180); }
td.TdClassName
{
border-color: #E04AB4;
}
.TagClassName
{
border-color: #E04AB4;
}
</style>