Shades of Brilliant Rose #EE5AA6
Tints of Brilliant Rose #EE5AA6
RGB
CMYK
RGB Variations
Color information
#EE5AA6 (or 0xEE5AA6) is known color: Brilliant Rose. HEX triplet: EE, 5A and A6. RGB value is (238,90,166). Sum of RGB (Red+Green+Blue) = 238+90+166=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5AA6 is #11A559. Grayscale: #8E8E8E. Windows color (decimal): -1156442 or 10902254. OLE color: 10902254.
HSL color Cylindrical-coordinate representation of color #EE5AA6: hue angle of 329.19º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5AA6 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 166 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.07 |
| HSL | 329.19º | 0.81% | 0.64% | - |
| HSV(B) | 329.19º | 0.62% | 0.93% | - |
| XYZ | 45.8 | 28.24 | 39.11 | - |
| YUV | 142.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 166 | 0 | 0.62 | 0.30 | 0.07 | 329.19 | 0.81 | 0.64 |
| Hex | EE | 5A | A6 | 0 | 3E | 1E | 7 | 149 | 51 | 40 |
| Octal | 356 | 132 | 246 | 0 | 76 | 36 | 7 | 511 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10100110 | 0 | 111110 | 11110 | 111 | 101001001 | 1010001 | 1000000 |
Color Harmonies of #EE5AA6
Complementary color
Monochromatic Colors of #EE5AA6
Black with #EE5AA6
Text Example
Text Example
White with #EE5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AA6; }
p { color: rgb(238,90,166); }
H1.HeaderClassName
{
color: #EE5AA6;
}
.AnyTagClassName
{
color: #EE5AA6;
}
</style>
background-color css
<style>
a { background-color: #EE5AA6; }
a { background-color: rgb(238,90,166); }
div.DivClassName
{
background-color: #EE5AA6;
}
.BgClassName
{
background-color: #EE5AA6;
}
</style>
border-color css
<style>
span { border-color: #EE5AA6; }
span { border-color: rgb(238,90,166); }
td.TdClassName
{
border-color: #EE5AA6;
}
.TagClassName
{
border-color: #EE5AA6;
}
</style>