Shades of Brilliant Rose #E944AB
Tints of Brilliant Rose #E944AB
RGB
CMYK
RGB Variations
Color information
#E944AB (or 0xE944AB) is known color: Brilliant Rose. HEX triplet: E9, 44 and AB. RGB value is (233,68,171). Sum of RGB (Red+Green+Blue) = 233+68+171=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E944AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E944AB is #16BB54. Grayscale: #808080. Windows color (decimal): -1489749 or 11224297. OLE color: 11224297.
HSL color Cylindrical-coordinate representation of color #E944AB: hue angle of 322.55º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944AB is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 171 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.09 |
| HSL | 322.55º | 0.79% | 0.59% | - |
| HSV(B) | 322.55º | 0.71% | 0.91% | - |
| XYZ | 43.02 | 24.4 | 40.97 | - |
| YUV | 129.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 171 | 0 | 0.71 | 0.27 | 0.09 | 322.55 | 0.79 | 0.59 |
| Hex | E9 | 44 | AB | 0 | 47 | 1B | 9 | 143 | 4F | 3B |
| Octal | 351 | 104 | 253 | 0 | 107 | 33 | 11 | 503 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10101011 | 0 | 1000111 | 11011 | 1001 | 101000011 | 1001111 | 111011 |
Color Harmonies of #E944AB
Complementary color
Monochromatic Colors of #E944AB
Black with #E944AB
Text Example
Text Example
White with #E944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E944AB; }
p { color: rgb(233,68,171); }
H1.HeaderClassName
{
color: #E944AB;
}
.AnyTagClassName
{
color: #E944AB;
}
</style>
background-color css
<style>
a { background-color: #E944AB; }
a { background-color: rgb(233,68,171); }
div.DivClassName
{
background-color: #E944AB;
}
.BgClassName
{
background-color: #E944AB;
}
</style>
border-color css
<style>
span { border-color: #E944AB; }
span { border-color: rgb(233,68,171); }
td.TdClassName
{
border-color: #E944AB;
}
.TagClassName
{
border-color: #E944AB;
}
</style>