Shades of Brilliant Rose #EE5DAA
Tints of Brilliant Rose #EE5DAA
RGB
CMYK
RGB Variations
Color information
#EE5DAA (or 0xEE5DAA) is known color: Brilliant Rose. HEX triplet: EE, 5D and AA. RGB value is (238,93,170). Sum of RGB (Red+Green+Blue) = 238+93+170=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DAA is #11A255. Grayscale: #909090. Windows color (decimal): -1155670 or 11165166. OLE color: 11165166.
HSL color Cylindrical-coordinate representation of color #EE5DAA: hue angle of 328.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5DAA is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 170 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.07 |
| HSL | 328.14º | 0.81% | 0.65% | - |
| HSV(B) | 328.14º | 0.61% | 0.93% | - |
| XYZ | 46.43 | 28.91 | 41.16 | - |
| YUV | 145.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 170 | 0 | 0.61 | 0.29 | 0.07 | 328.14 | 0.81 | 0.65 |
| Hex | EE | 5D | AA | 0 | 3D | 1D | 7 | 148 | 51 | 41 |
| Octal | 356 | 135 | 252 | 0 | 75 | 35 | 7 | 510 | 121 | 101 |
| Binary | 11101110 | 1011101 | 10101010 | 0 | 111101 | 11101 | 111 | 101001000 | 1010001 | 1000001 |
Color Harmonies of #EE5DAA
Complementary color
Monochromatic Colors of #EE5DAA
Black with #EE5DAA
Text Example
Text Example
White with #EE5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DAA; }
p { color: rgb(238,93,170); }
H1.HeaderClassName
{
color: #EE5DAA;
}
.AnyTagClassName
{
color: #EE5DAA;
}
</style>
background-color css
<style>
a { background-color: #EE5DAA; }
a { background-color: rgb(238,93,170); }
div.DivClassName
{
background-color: #EE5DAA;
}
.BgClassName
{
background-color: #EE5DAA;
}
</style>
border-color css
<style>
span { border-color: #EE5DAA; }
span { border-color: rgb(238,93,170); }
td.TdClassName
{
border-color: #EE5DAA;
}
.TagClassName
{
border-color: #EE5DAA;
}
</style>