Shades of Brilliant Rose #E04BAF
Tints of Brilliant Rose #E04BAF
RGB
CMYK
RGB Variations
Color information
#E04BAF (or 0xE04BAF) is known color: Brilliant Rose. HEX triplet: E0, 4B and AF. RGB value is (224,75,175). Sum of RGB (Red+Green+Blue) = 224+75+175=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BAF is #1FB450. Grayscale: #828282. Windows color (decimal): -2077777 or 11488224. OLE color: 11488224.
HSL color Cylindrical-coordinate representation of color #E04BAF: hue angle of 319.73º 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 #E04BAF is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 175 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.12 |
| HSL | 319.73º | 0.71% | 0.59% | - |
| HSV(B) | 319.73º | 0.67% | 0.88% | - |
| XYZ | 40.99 | 23.97 | 43.02 | - |
| YUV | 130.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 175 | 0 | 0.67 | 0.22 | 0.12 | 319.73 | 0.71 | 0.59 |
| Hex | E0 | 4B | AF | 0 | 43 | 16 | C | 140 | 47 | 3B |
| Octal | 340 | 113 | 257 | 0 | 103 | 26 | 14 | 500 | 107 | 73 |
| Binary | 11100000 | 1001011 | 10101111 | 0 | 1000011 | 10110 | 1100 | 101000000 | 1000111 | 111011 |
Color Harmonies of #E04BAF
Complementary color
Monochromatic Colors of #E04BAF
Black with #E04BAF
Text Example
Text Example
White with #E04BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BAF; }
p { color: rgb(224,75,175); }
H1.HeaderClassName
{
color: #E04BAF;
}
.AnyTagClassName
{
color: #E04BAF;
}
</style>
background-color css
<style>
a { background-color: #E04BAF; }
a { background-color: rgb(224,75,175); }
div.DivClassName
{
background-color: #E04BAF;
}
.BgClassName
{
background-color: #E04BAF;
}
</style>
border-color css
<style>
span { border-color: #E04BAF; }
span { border-color: rgb(224,75,175); }
td.TdClassName
{
border-color: #E04BAF;
}
.TagClassName
{
border-color: #E04BAF;
}
</style>