Shades of Brilliant Rose #E944AC
Tints of Brilliant Rose #E944AC
RGB
CMYK
RGB Variations
Color information
#E944AC (or 0xE944AC) is known color: Brilliant Rose. HEX triplet: E9, 44 and AC. RGB value is (233,68,172). Sum of RGB (Red+Green+Blue) = 233+68+172=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E944AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E944AC is #16BB53. Grayscale: #808080. Windows color (decimal): -1489748 or 11289833. OLE color: 11289833.
HSL color Cylindrical-coordinate representation of color #E944AC: hue angle of 322.18º 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 #E944AC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 172 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.09 |
| HSL | 322.18º | 0.79% | 0.59% | - |
| HSV(B) | 322.18º | 0.71% | 0.91% | - |
| XYZ | 43.12 | 24.44 | 41.47 | - |
| YUV | 129.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 172 | 0 | 0.71 | 0.26 | 0.09 | 322.18 | 0.79 | 0.59 |
| Hex | E9 | 44 | AC | 0 | 47 | 1A | 9 | 142 | 4F | 3B |
| Octal | 351 | 104 | 254 | 0 | 107 | 32 | 11 | 502 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10101100 | 0 | 1000111 | 11010 | 1001 | 101000010 | 1001111 | 111011 |
Color Harmonies of #E944AC
Complementary color
Monochromatic Colors of #E944AC
Black with #E944AC
Text Example
Text Example
White with #E944AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E944AC; }
p { color: rgb(233,68,172); }
H1.HeaderClassName
{
color: #E944AC;
}
.AnyTagClassName
{
color: #E944AC;
}
</style>
background-color css
<style>
a { background-color: #E944AC; }
a { background-color: rgb(233,68,172); }
div.DivClassName
{
background-color: #E944AC;
}
.BgClassName
{
background-color: #E944AC;
}
</style>
border-color css
<style>
span { border-color: #E944AC; }
span { border-color: rgb(233,68,172); }
td.TdClassName
{
border-color: #E944AC;
}
.TagClassName
{
border-color: #E944AC;
}
</style>