Shades of Brilliant Rose #EE56A1
Tints of Brilliant Rose #EE56A1
RGB
CMYK
RGB Variations
Color information
#EE56A1 (or 0xEE56A1) is known color: Brilliant Rose. HEX triplet: EE, 56 and A1. RGB value is (238,86,161). Sum of RGB (Red+Green+Blue) = 238+86+161=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE56A1 is #11A95E. Grayscale: #8B8B8B. Windows color (decimal): -1157471 or 10573550. OLE color: 10573550.
HSL color Cylindrical-coordinate representation of color #EE56A1: hue angle of 330.39º 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 #EE56A1 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 161 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.07 |
| HSL | 330.39º | 0.82% | 0.64% | - |
| HSV(B) | 330.39º | 0.64% | 0.93% | - |
| XYZ | 45.02 | 27.41 | 36.64 | - |
| YUV | 140 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 161 | 0 | 0.64 | 0.32 | 0.07 | 330.39 | 0.82 | 0.64 |
| Hex | EE | 56 | A1 | 0 | 40 | 20 | 7 | 14A | 52 | 40 |
| Octal | 356 | 126 | 241 | 0 | 100 | 40 | 7 | 512 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10100001 | 0 | 1000000 | 100000 | 111 | 101001010 | 1010010 | 1000000 |
Color Harmonies of #EE56A1
Complementary color
Monochromatic Colors of #EE56A1
Black with #EE56A1
Text Example
Text Example
White with #EE56A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56A1; }
p { color: rgb(238,86,161); }
H1.HeaderClassName
{
color: #EE56A1;
}
.AnyTagClassName
{
color: #EE56A1;
}
</style>
background-color css
<style>
a { background-color: #EE56A1; }
a { background-color: rgb(238,86,161); }
div.DivClassName
{
background-color: #EE56A1;
}
.BgClassName
{
background-color: #EE56A1;
}
</style>
border-color css
<style>
span { border-color: #EE56A1; }
span { border-color: rgb(238,86,161); }
td.TdClassName
{
border-color: #EE56A1;
}
.TagClassName
{
border-color: #EE56A1;
}
</style>