Shades of Brilliant Rose #EE509B
Tints of Brilliant Rose #EE509B
RGB
CMYK
RGB Variations
Color information
#EE509B (or 0xEE509B) is known color: Brilliant Rose. HEX triplet: EE, 50 and 9B. RGB value is (238,80,155). Sum of RGB (Red+Green+Blue) = 238+80+155=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE509B is #11AF64. Grayscale: #878787. Windows color (decimal): -1159013 or 10178798. OLE color: 10178798.
HSL color Cylindrical-coordinate representation of color #EE509B: hue angle of 331.52º 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 #EE509B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 155 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.07 |
| HSL | 331.52º | 0.82% | 0.62% | - |
| HSV(B) | 331.52º | 0.66% | 0.93% | - |
| XYZ | 44.04 | 26.28 | 33.76 | - |
| YUV | 135.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 155 | 0 | 0.66 | 0.35 | 0.07 | 331.52 | 0.82 | 0.62 |
| Hex | EE | 50 | 9B | 0 | 42 | 23 | 7 | 14C | 52 | 3E |
| Octal | 356 | 120 | 233 | 0 | 102 | 43 | 7 | 514 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10011011 | 0 | 1000010 | 100011 | 111 | 101001100 | 1010010 | 111110 |
Color Harmonies of #EE509B
Complementary color
Monochromatic Colors of #EE509B
Black with #EE509B
Text Example
Text Example
White with #EE509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE509B; }
p { color: rgb(238,80,155); }
H1.HeaderClassName
{
color: #EE509B;
}
.AnyTagClassName
{
color: #EE509B;
}
</style>
background-color css
<style>
a { background-color: #EE509B; }
a { background-color: rgb(238,80,155); }
div.DivClassName
{
background-color: #EE509B;
}
.BgClassName
{
background-color: #EE509B;
}
</style>
border-color css
<style>
span { border-color: #EE509B; }
span { border-color: rgb(238,80,155); }
td.TdClassName
{
border-color: #EE509B;
}
.TagClassName
{
border-color: #EE509B;
}
</style>