Shades of Brilliant Rose #E44BAB
Tints of Brilliant Rose #E44BAB
RGB
CMYK
RGB Variations
Color information
#E44BAB (or 0xE44BAB) is known color: Brilliant Rose. HEX triplet: E4, 4B and AB. RGB value is (228,75,171). Sum of RGB (Red+Green+Blue) = 228+75+171=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44BAB is #1BB454. Grayscale: #838383. Windows color (decimal): -1815637 or 11226084. OLE color: 11226084.
HSL color Cylindrical-coordinate representation of color #E44BAB: hue angle of 322.35º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44BAB is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 171 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.11 |
| HSL | 322.35º | 0.74% | 0.59% | - |
| HSV(B) | 322.35º | 0.67% | 0.89% | - |
| XYZ | 41.86 | 24.47 | 41.04 | - |
| YUV | 131.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 171 | 0 | 0.67 | 0.25 | 0.11 | 322.35 | 0.74 | 0.59 |
| Hex | E4 | 4B | AB | 0 | 43 | 19 | B | 142 | 4A | 3B |
| Octal | 344 | 113 | 253 | 0 | 103 | 31 | 13 | 502 | 112 | 73 |
| Binary | 11100100 | 1001011 | 10101011 | 0 | 1000011 | 11001 | 1011 | 101000010 | 1001010 | 111011 |
Color Harmonies of #E44BAB
Complementary color
Monochromatic Colors of #E44BAB
Black with #E44BAB
Text Example
Text Example
White with #E44BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BAB; }
p { color: rgb(228,75,171); }
H1.HeaderClassName
{
color: #E44BAB;
}
.AnyTagClassName
{
color: #E44BAB;
}
</style>
background-color css
<style>
a { background-color: #E44BAB; }
a { background-color: rgb(228,75,171); }
div.DivClassName
{
background-color: #E44BAB;
}
.BgClassName
{
background-color: #E44BAB;
}
</style>
border-color css
<style>
span { border-color: #E44BAB; }
span { border-color: rgb(228,75,171); }
td.TdClassName
{
border-color: #E44BAB;
}
.TagClassName
{
border-color: #E44BAB;
}
</style>