Shades of Brilliant Rose #EE5A9A
Tints of Brilliant Rose #EE5A9A
RGB
CMYK
RGB Variations
Color information
#EE5A9A (or 0xEE5A9A) is known color: Brilliant Rose. HEX triplet: EE, 5A and 9A. RGB value is (238,90,154). Sum of RGB (Red+Green+Blue) = 238+90+154=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5A9A is #11A565. Grayscale: #8D8D8D. Windows color (decimal): -1156454 or 10115822. OLE color: 10115822.
HSL color Cylindrical-coordinate representation of color #EE5A9A: hue angle of 334.05º 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 #EE5A9A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 154 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.07 |
| HSL | 334.05º | 0.81% | 0.64% | - |
| HSV(B) | 334.05º | 0.62% | 0.93% | - |
| XYZ | 44.75 | 27.82 | 33.58 | - |
| YUV | 141.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 154 | 0 | 0.62 | 0.35 | 0.07 | 334.05 | 0.81 | 0.64 |
| Hex | EE | 5A | 9A | 0 | 3E | 23 | 7 | 14E | 51 | 40 |
| Octal | 356 | 132 | 232 | 0 | 76 | 43 | 7 | 516 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10011010 | 0 | 111110 | 100011 | 111 | 101001110 | 1010001 | 1000000 |
Color Harmonies of #EE5A9A
Complementary color
Monochromatic Colors of #EE5A9A
Black with #EE5A9A
Text Example
Text Example
White with #EE5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A9A; }
p { color: rgb(238,90,154); }
H1.HeaderClassName
{
color: #EE5A9A;
}
.AnyTagClassName
{
color: #EE5A9A;
}
</style>
background-color css
<style>
a { background-color: #EE5A9A; }
a { background-color: rgb(238,90,154); }
div.DivClassName
{
background-color: #EE5A9A;
}
.BgClassName
{
background-color: #EE5A9A;
}
</style>
border-color css
<style>
span { border-color: #EE5A9A; }
span { border-color: rgb(238,90,154); }
td.TdClassName
{
border-color: #EE5A9A;
}
.TagClassName
{
border-color: #EE5A9A;
}
</style>