Shades of Brilliant Rose #EE50AD
Tints of Brilliant Rose #EE50AD
RGB
CMYK
RGB Variations
Color information
#EE50AD (or 0xEE50AD) is known color: Brilliant Rose. HEX triplet: EE, 50 and AD. RGB value is (238,80,173). Sum of RGB (Red+Green+Blue) = 238+80+173=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50AD is #11AF52. Grayscale: #898989. Windows color (decimal): -1158995 or 11358446. OLE color: 11358446.
HSL color Cylindrical-coordinate representation of color #EE50AD: hue angle of 324.68º 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 #EE50AD is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 173 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.07 |
| HSL | 324.68º | 0.82% | 0.62% | - |
| HSV(B) | 324.68º | 0.66% | 0.93% | - |
| XYZ | 45.67 | 26.93 | 42.33 | - |
| YUV | 137.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 173 | 0 | 0.66 | 0.27 | 0.07 | 324.68 | 0.82 | 0.62 |
| Hex | EE | 50 | AD | 0 | 42 | 1B | 7 | 145 | 52 | 3E |
| Octal | 356 | 120 | 255 | 0 | 102 | 33 | 7 | 505 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10101101 | 0 | 1000010 | 11011 | 111 | 101000101 | 1010010 | 111110 |
Color Harmonies of #EE50AD
Complementary color
Monochromatic Colors of #EE50AD
Black with #EE50AD
Text Example
Text Example
White with #EE50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50AD; }
p { color: rgb(238,80,173); }
H1.HeaderClassName
{
color: #EE50AD;
}
.AnyTagClassName
{
color: #EE50AD;
}
</style>
background-color css
<style>
a { background-color: #EE50AD; }
a { background-color: rgb(238,80,173); }
div.DivClassName
{
background-color: #EE50AD;
}
.BgClassName
{
background-color: #EE50AD;
}
</style>
border-color css
<style>
span { border-color: #EE50AD; }
span { border-color: rgb(238,80,173); }
td.TdClassName
{
border-color: #EE50AD;
}
.TagClassName
{
border-color: #EE50AD;
}
</style>