Shades of Brilliant Rose #EE5A9C
Tints of Brilliant Rose #EE5A9C
RGB
CMYK
RGB Variations
Color information
#EE5A9C (or 0xEE5A9C) is known color: Brilliant Rose. HEX triplet: EE, 5A and 9C. RGB value is (238,90,156). Sum of RGB (Red+Green+Blue) = 238+90+156=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5A9C is #11A563. Grayscale: #8D8D8D. Windows color (decimal): -1156452 or 10246894. OLE color: 10246894.
HSL color Cylindrical-coordinate representation of color #EE5A9C: hue angle of 333.24º 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 #EE5A9C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 156 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.07 |
| HSL | 333.24º | 0.81% | 0.64% | - |
| HSV(B) | 333.24º | 0.62% | 0.93% | - |
| XYZ | 44.92 | 27.89 | 34.47 | - |
| YUV | 141.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 156 | 0 | 0.62 | 0.34 | 0.07 | 333.24 | 0.81 | 0.64 |
| Hex | EE | 5A | 9C | 0 | 3E | 22 | 7 | 14D | 51 | 40 |
| Octal | 356 | 132 | 234 | 0 | 76 | 42 | 7 | 515 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10011100 | 0 | 111110 | 100010 | 111 | 101001101 | 1010001 | 1000000 |
Color Harmonies of #EE5A9C
Complementary color
Monochromatic Colors of #EE5A9C
Black with #EE5A9C
Text Example
Text Example
White with #EE5A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A9C; }
p { color: rgb(238,90,156); }
H1.HeaderClassName
{
color: #EE5A9C;
}
.AnyTagClassName
{
color: #EE5A9C;
}
</style>
background-color css
<style>
a { background-color: #EE5A9C; }
a { background-color: rgb(238,90,156); }
div.DivClassName
{
background-color: #EE5A9C;
}
.BgClassName
{
background-color: #EE5A9C;
}
</style>
border-color css
<style>
span { border-color: #EE5A9C; }
span { border-color: rgb(238,90,156); }
td.TdClassName
{
border-color: #EE5A9C;
}
.TagClassName
{
border-color: #EE5A9C;
}
</style>