Shades of Brilliant Rose #EE4A9E
Tints of Brilliant Rose #EE4A9E
RGB
CMYK
RGB Variations
Color information
#EE4A9E (or 0xEE4A9E) is known color: Brilliant Rose. HEX triplet: EE, 4A and 9E. RGB value is (238,74,158). Sum of RGB (Red+Green+Blue) = 238+74+158=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4A9E is #11B561. Grayscale: #848484. Windows color (decimal): -1160546 or 10373870. OLE color: 10373870.
HSL color Cylindrical-coordinate representation of color #EE4A9E: hue angle of 329.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4A9E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 158 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.07 |
| HSL | 329.27º | 0.83% | 0.61% | - |
| HSV(B) | 329.27º | 0.69% | 0.93% | - |
| XYZ | 43.88 | 25.54 | 34.97 | - |
| YUV | 132.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 158 | 0 | 0.69 | 0.34 | 0.07 | 329.27 | 0.83 | 0.61 |
| Hex | EE | 4A | 9E | 0 | 45 | 22 | 7 | 149 | 53 | 3D |
| Octal | 356 | 112 | 236 | 0 | 105 | 42 | 7 | 511 | 123 | 75 |
| Binary | 11101110 | 1001010 | 10011110 | 0 | 1000101 | 100010 | 111 | 101001001 | 1010011 | 111101 |
Color Harmonies of #EE4A9E
Complementary color
Monochromatic Colors of #EE4A9E
Black with #EE4A9E
Text Example
Text Example
White with #EE4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A9E; }
p { color: rgb(238,74,158); }
H1.HeaderClassName
{
color: #EE4A9E;
}
.AnyTagClassName
{
color: #EE4A9E;
}
</style>
background-color css
<style>
a { background-color: #EE4A9E; }
a { background-color: rgb(238,74,158); }
div.DivClassName
{
background-color: #EE4A9E;
}
.BgClassName
{
background-color: #EE4A9E;
}
</style>
border-color css
<style>
span { border-color: #EE4A9E; }
span { border-color: rgb(238,74,158); }
td.TdClassName
{
border-color: #EE4A9E;
}
.TagClassName
{
border-color: #EE4A9E;
}
</style>