Shades of Brilliant Rose #EE50AA
Tints of Brilliant Rose #EE50AA
RGB
CMYK
RGB Variations
Color information
#EE50AA (or 0xEE50AA) is known color: Brilliant Rose. HEX triplet: EE, 50 and AA. RGB value is (238,80,170). Sum of RGB (Red+Green+Blue) = 238+80+170=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50AA is #11AF55. Grayscale: #898989. Windows color (decimal): -1158998 or 11161838. OLE color: 11161838.
HSL color Cylindrical-coordinate representation of color #EE50AA: hue angle of 325.82º 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 #EE50AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.07 |
| HSL | 325.82º | 0.82% | 0.62% | - |
| HSV(B) | 325.82º | 0.66% | 0.93% | - |
| XYZ | 45.38 | 26.82 | 40.81 | - |
| YUV | 137.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 170 | 0 | 0.66 | 0.29 | 0.07 | 325.82 | 0.82 | 0.62 |
| Hex | EE | 50 | AA | 0 | 42 | 1D | 7 | 146 | 52 | 3E |
| Octal | 356 | 120 | 252 | 0 | 102 | 35 | 7 | 506 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10101010 | 0 | 1000010 | 11101 | 111 | 101000110 | 1010010 | 111110 |
Color Harmonies of #EE50AA
Complementary color
Monochromatic Colors of #EE50AA
Black with #EE50AA
Text Example
Text Example
White with #EE50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50AA; }
p { color: rgb(238,80,170); }
H1.HeaderClassName
{
color: #EE50AA;
}
.AnyTagClassName
{
color: #EE50AA;
}
</style>
background-color css
<style>
a { background-color: #EE50AA; }
a { background-color: rgb(238,80,170); }
div.DivClassName
{
background-color: #EE50AA;
}
.BgClassName
{
background-color: #EE50AA;
}
</style>
border-color css
<style>
span { border-color: #EE50AA; }
span { border-color: rgb(238,80,170); }
td.TdClassName
{
border-color: #EE50AA;
}
.TagClassName
{
border-color: #EE50AA;
}
</style>