Shades of Brilliant Rose #EE5AAF
Tints of Brilliant Rose #EE5AAF
RGB
CMYK
RGB Variations
Color information
#EE5AAF (or 0xEE5AAF) is known color: Brilliant Rose. HEX triplet: EE, 5A and AF. RGB value is (238,90,175). Sum of RGB (Red+Green+Blue) = 238+90+175=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5AAF is #11A550. Grayscale: #8F8F8F. Windows color (decimal): -1156433 or 11492078. OLE color: 11492078.
HSL color Cylindrical-coordinate representation of color #EE5AAF: hue angle of 325.54º 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 #EE5AAF is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 175 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.07 |
| HSL | 325.54º | 0.81% | 0.64% | - |
| HSV(B) | 325.54º | 0.62% | 0.93% | - |
| XYZ | 46.65 | 28.58 | 43.62 | - |
| YUV | 143.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 175 | 0 | 0.62 | 0.26 | 0.07 | 325.54 | 0.81 | 0.64 |
| Hex | EE | 5A | AF | 0 | 3E | 1A | 7 | 146 | 51 | 40 |
| Octal | 356 | 132 | 257 | 0 | 76 | 32 | 7 | 506 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10101111 | 0 | 111110 | 11010 | 111 | 101000110 | 1010001 | 1000000 |
Color Harmonies of #EE5AAF
Complementary color
Monochromatic Colors of #EE5AAF
Black with #EE5AAF
Text Example
Text Example
White with #EE5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AAF; }
p { color: rgb(238,90,175); }
H1.HeaderClassName
{
color: #EE5AAF;
}
.AnyTagClassName
{
color: #EE5AAF;
}
</style>
background-color css
<style>
a { background-color: #EE5AAF; }
a { background-color: rgb(238,90,175); }
div.DivClassName
{
background-color: #EE5AAF;
}
.BgClassName
{
background-color: #EE5AAF;
}
</style>
border-color css
<style>
span { border-color: #EE5AAF; }
span { border-color: rgb(238,90,175); }
td.TdClassName
{
border-color: #EE5AAF;
}
.TagClassName
{
border-color: #EE5AAF;
}
</style>