Shades of Brilliant Rose #EE4DAA
Tints of Brilliant Rose #EE4DAA
RGB
CMYK
RGB Variations
Color information
#EE4DAA (or 0xEE4DAA) is known color: Brilliant Rose. HEX triplet: EE, 4D and AA. RGB value is (238,77,170). Sum of RGB (Red+Green+Blue) = 238+77+170=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DAA is #11B255. Grayscale: #878787. Windows color (decimal): -1159766 or 11161070. OLE color: 11161070.
HSL color Cylindrical-coordinate representation of color #EE4DAA: hue angle of 325.34º 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 #EE4DAA is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 170 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.07 |
| HSL | 325.34º | 0.83% | 0.62% | - |
| HSV(B) | 325.34º | 0.68% | 0.93% | - |
| XYZ | 45.17 | 26.39 | 40.74 | - |
| YUV | 135.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 170 | 0 | 0.68 | 0.29 | 0.07 | 325.34 | 0.83 | 0.62 |
| Hex | EE | 4D | AA | 0 | 44 | 1D | 7 | 145 | 53 | 3E |
| Octal | 356 | 115 | 252 | 0 | 104 | 35 | 7 | 505 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10101010 | 0 | 1000100 | 11101 | 111 | 101000101 | 1010011 | 111110 |
Color Harmonies of #EE4DAA
Complementary color
Monochromatic Colors of #EE4DAA
Black with #EE4DAA
Text Example
Text Example
White with #EE4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DAA; }
p { color: rgb(238,77,170); }
H1.HeaderClassName
{
color: #EE4DAA;
}
.AnyTagClassName
{
color: #EE4DAA;
}
</style>
background-color css
<style>
a { background-color: #EE4DAA; }
a { background-color: rgb(238,77,170); }
div.DivClassName
{
background-color: #EE4DAA;
}
.BgClassName
{
background-color: #EE4DAA;
}
</style>
border-color css
<style>
span { border-color: #EE4DAA; }
span { border-color: rgb(238,77,170); }
td.TdClassName
{
border-color: #EE4DAA;
}
.TagClassName
{
border-color: #EE4DAA;
}
</style>