Shades of Brilliant Rose #EE56AC
Tints of Brilliant Rose #EE56AC
RGB
CMYK
RGB Variations
Color information
#EE56AC (or 0xEE56AC) is known color: Brilliant Rose. HEX triplet: EE, 56 and AC. RGB value is (238,86,172). Sum of RGB (Red+Green+Blue) = 238+86+172=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE56AC is #11A953. Grayscale: #8D8D8D. Windows color (decimal): -1157460 or 11294446. OLE color: 11294446.
HSL color Cylindrical-coordinate representation of color #EE56AC: hue angle of 326.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE56AC is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 172 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.07 |
| HSL | 326.05º | 0.82% | 0.64% | - |
| HSV(B) | 326.05º | 0.64% | 0.93% | - |
| XYZ | 46.03 | 27.81 | 41.97 | - |
| YUV | 141.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 172 | 0 | 0.64 | 0.28 | 0.07 | 326.05 | 0.82 | 0.64 |
| Hex | EE | 56 | AC | 0 | 40 | 1C | 7 | 146 | 52 | 40 |
| Octal | 356 | 126 | 254 | 0 | 100 | 34 | 7 | 506 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10101100 | 0 | 1000000 | 11100 | 111 | 101000110 | 1010010 | 1000000 |
Color Harmonies of #EE56AC
Complementary color
Monochromatic Colors of #EE56AC
Black with #EE56AC
Text Example
Text Example
White with #EE56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56AC; }
p { color: rgb(238,86,172); }
H1.HeaderClassName
{
color: #EE56AC;
}
.AnyTagClassName
{
color: #EE56AC;
}
</style>
background-color css
<style>
a { background-color: #EE56AC; }
a { background-color: rgb(238,86,172); }
div.DivClassName
{
background-color: #EE56AC;
}
.BgClassName
{
background-color: #EE56AC;
}
</style>
border-color css
<style>
span { border-color: #EE56AC; }
span { border-color: rgb(238,86,172); }
td.TdClassName
{
border-color: #EE56AC;
}
.TagClassName
{
border-color: #EE56AC;
}
</style>