Shades of Brilliant Rose #EE50A6
Tints of Brilliant Rose #EE50A6
RGB
CMYK
RGB Variations
Color information
#EE50A6 (or 0xEE50A6) is known color: Brilliant Rose. HEX triplet: EE, 50 and A6. RGB value is (238,80,166). Sum of RGB (Red+Green+Blue) = 238+80+166=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50A6 is #11AF59. Grayscale: #888888. Windows color (decimal): -1159002 or 10899694. OLE color: 10899694.
HSL color Cylindrical-coordinate representation of color #EE50A6: hue angle of 327.34º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50A6 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 166 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.07 |
| HSL | 327.34º | 0.82% | 0.62% | - |
| HSV(B) | 327.34º | 0.66% | 0.93% | - |
| XYZ | 45.01 | 26.67 | 38.85 | - |
| YUV | 137.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 166 | 0 | 0.66 | 0.30 | 0.07 | 327.34 | 0.82 | 0.62 |
| Hex | EE | 50 | A6 | 0 | 42 | 1E | 7 | 147 | 52 | 3E |
| Octal | 356 | 120 | 246 | 0 | 102 | 36 | 7 | 507 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10100110 | 0 | 1000010 | 11110 | 111 | 101000111 | 1010010 | 111110 |
Color Harmonies of #EE50A6
Complementary color
Monochromatic Colors of #EE50A6
Black with #EE50A6
Text Example
Text Example
White with #EE50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50A6; }
p { color: rgb(238,80,166); }
H1.HeaderClassName
{
color: #EE50A6;
}
.AnyTagClassName
{
color: #EE50A6;
}
</style>
background-color css
<style>
a { background-color: #EE50A6; }
a { background-color: rgb(238,80,166); }
div.DivClassName
{
background-color: #EE50A6;
}
.BgClassName
{
background-color: #EE50A6;
}
</style>
border-color css
<style>
span { border-color: #EE50A6; }
span { border-color: rgb(238,80,166); }
td.TdClassName
{
border-color: #EE50A6;
}
.TagClassName
{
border-color: #EE50A6;
}
</style>