Shades of Brilliant Rose #EE4D9B
Tints of Brilliant Rose #EE4D9B
RGB
CMYK
RGB Variations
Color information
#EE4D9B (or 0xEE4D9B) is known color: Brilliant Rose. HEX triplet: EE, 4D and 9B. RGB value is (238,77,155). Sum of RGB (Red+Green+Blue) = 238+77+155=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D9B is #11B264. Grayscale: #858585. Windows color (decimal): -1159781 or 10178030. OLE color: 10178030.
HSL color Cylindrical-coordinate representation of color #EE4D9B: hue angle of 330.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4D9B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 155 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.07 |
| HSL | 330.93º | 0.83% | 0.62% | - |
| HSV(B) | 330.93º | 0.68% | 0.93% | - |
| XYZ | 43.83 | 25.85 | 33.69 | - |
| YUV | 134.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 155 | 0 | 0.68 | 0.35 | 0.07 | 330.93 | 0.83 | 0.62 |
| Hex | EE | 4D | 9B | 0 | 44 | 23 | 7 | 14B | 53 | 3E |
| Octal | 356 | 115 | 233 | 0 | 104 | 43 | 7 | 513 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10011011 | 0 | 1000100 | 100011 | 111 | 101001011 | 1010011 | 111110 |
Color Harmonies of #EE4D9B
Complementary color
Monochromatic Colors of #EE4D9B
Black with #EE4D9B
Text Example
Text Example
White with #EE4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D9B; }
p { color: rgb(238,77,155); }
H1.HeaderClassName
{
color: #EE4D9B;
}
.AnyTagClassName
{
color: #EE4D9B;
}
</style>
background-color css
<style>
a { background-color: #EE4D9B; }
a { background-color: rgb(238,77,155); }
div.DivClassName
{
background-color: #EE4D9B;
}
.BgClassName
{
background-color: #EE4D9B;
}
</style>
border-color css
<style>
span { border-color: #EE4D9B; }
span { border-color: rgb(238,77,155); }
td.TdClassName
{
border-color: #EE4D9B;
}
.TagClassName
{
border-color: #EE4D9B;
}
</style>