Shades of Brilliant Rose #EE50B5
Tints of Brilliant Rose #EE50B5
RGB
CMYK
RGB Variations
Color information
#EE50B5 (or 0xEE50B5) is known color: Brilliant Rose. HEX triplet: EE, 50 and B5. RGB value is (238,80,181). Sum of RGB (Red+Green+Blue) = 238+80+181=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50B5 is #11AF4A. Grayscale: #8A8A8A. Windows color (decimal): -1158987 or 11882734. OLE color: 11882734.
HSL color Cylindrical-coordinate representation of color #EE50B5: hue angle of 321.65º 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 #EE50B5 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 181 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.07 |
| HSL | 321.65º | 0.82% | 0.62% | - |
| HSV(B) | 321.65º | 0.66% | 0.93% | - |
| XYZ | 46.47 | 27.25 | 46.53 | - |
| YUV | 138.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 181 | 0 | 0.66 | 0.24 | 0.07 | 321.65 | 0.82 | 0.62 |
| Hex | EE | 50 | B5 | 0 | 42 | 18 | 7 | 142 | 52 | 3E |
| Octal | 356 | 120 | 265 | 0 | 102 | 30 | 7 | 502 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10110101 | 0 | 1000010 | 11000 | 111 | 101000010 | 1010010 | 111110 |
Color Harmonies of #EE50B5
Complementary color
Monochromatic Colors of #EE50B5
Black with #EE50B5
Text Example
Text Example
White with #EE50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50B5; }
p { color: rgb(238,80,181); }
H1.HeaderClassName
{
color: #EE50B5;
}
.AnyTagClassName
{
color: #EE50B5;
}
</style>
background-color css
<style>
a { background-color: #EE50B5; }
a { background-color: rgb(238,80,181); }
div.DivClassName
{
background-color: #EE50B5;
}
.BgClassName
{
background-color: #EE50B5;
}
</style>
border-color css
<style>
span { border-color: #EE50B5; }
span { border-color: rgb(238,80,181); }
td.TdClassName
{
border-color: #EE50B5;
}
.TagClassName
{
border-color: #EE50B5;
}
</style>