Shades of Brilliant Rose #E04BAB
Tints of Brilliant Rose #E04BAB
RGB
CMYK
RGB Variations
Color information
#E04BAB (or 0xE04BAB) is known color: Brilliant Rose. HEX triplet: E0, 4B and AB. RGB value is (224,75,171). Sum of RGB (Red+Green+Blue) = 224+75+171=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BAB is #1FB454. Grayscale: #828282. Windows color (decimal): -2077781 or 11226080. OLE color: 11226080.
HSL color Cylindrical-coordinate representation of color #E04BAB: hue angle of 321.34º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04BAB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 171 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.12 |
| HSL | 321.34º | 0.71% | 0.59% | - |
| HSV(B) | 321.34º | 0.67% | 0.88% | - |
| XYZ | 40.61 | 23.82 | 40.99 | - |
| YUV | 130.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 171 | 0 | 0.67 | 0.24 | 0.12 | 321.34 | 0.71 | 0.59 |
| Hex | E0 | 4B | AB | 0 | 43 | 18 | C | 141 | 47 | 3B |
| Octal | 340 | 113 | 253 | 0 | 103 | 30 | 14 | 501 | 107 | 73 |
| Binary | 11100000 | 1001011 | 10101011 | 0 | 1000011 | 11000 | 1100 | 101000001 | 1000111 | 111011 |
Color Harmonies of #E04BAB
Complementary color
Monochromatic Colors of #E04BAB
Black with #E04BAB
Text Example
Text Example
White with #E04BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BAB; }
p { color: rgb(224,75,171); }
H1.HeaderClassName
{
color: #E04BAB;
}
.AnyTagClassName
{
color: #E04BAB;
}
</style>
background-color css
<style>
a { background-color: #E04BAB; }
a { background-color: rgb(224,75,171); }
div.DivClassName
{
background-color: #E04BAB;
}
.BgClassName
{
background-color: #E04BAB;
}
</style>
border-color css
<style>
span { border-color: #E04BAB; }
span { border-color: rgb(224,75,171); }
td.TdClassName
{
border-color: #E04BAB;
}
.TagClassName
{
border-color: #E04BAB;
}
</style>