Shades of Brilliant Rose #E744AC
Tints of Brilliant Rose #E744AC
RGB
CMYK
RGB Variations
Color information
#E744AC (or 0xE744AC) is known color: Brilliant Rose. HEX triplet: E7, 44 and AC. RGB value is (231,68,172). Sum of RGB (Red+Green+Blue) = 231+68+172=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E744AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E744AC is #18BB53. Grayscale: #808080. Windows color (decimal): -1620820 or 11289831. OLE color: 11289831.
HSL color Cylindrical-coordinate representation of color #E744AC: hue angle of 321.72º degrees, saturation: 0.77, 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 #E744AC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 172 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.09 |
| HSL | 321.72º | 0.77% | 0.59% | - |
| HSV(B) | 321.72º | 0.71% | 0.91% | - |
| XYZ | 42.47 | 24.1 | 41.44 | - |
| YUV | 128.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 172 | 0 | 0.71 | 0.26 | 0.09 | 321.72 | 0.77 | 0.59 |
| Hex | E7 | 44 | AC | 0 | 47 | 1A | 9 | 142 | 4D | 3B |
| Octal | 347 | 104 | 254 | 0 | 107 | 32 | 11 | 502 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10101100 | 0 | 1000111 | 11010 | 1001 | 101000010 | 1001101 | 111011 |
Color Harmonies of #E744AC
Complementary color
Monochromatic Colors of #E744AC
Black with #E744AC
Text Example
Text Example
White with #E744AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E744AC; }
p { color: rgb(231,68,172); }
H1.HeaderClassName
{
color: #E744AC;
}
.AnyTagClassName
{
color: #E744AC;
}
</style>
background-color css
<style>
a { background-color: #E744AC; }
a { background-color: rgb(231,68,172); }
div.DivClassName
{
background-color: #E744AC;
}
.BgClassName
{
background-color: #E744AC;
}
</style>
border-color css
<style>
span { border-color: #E744AC; }
span { border-color: rgb(231,68,172); }
td.TdClassName
{
border-color: #E744AC;
}
.TagClassName
{
border-color: #E744AC;
}
</style>