Shades of Brilliant Rose #EE55A0
Tints of Brilliant Rose #EE55A0
RGB
CMYK
RGB Variations
Color information
#EE55A0 (or 0xEE55A0) is known color: Brilliant Rose. HEX triplet: EE, 55 and A0. RGB value is (238,85,160). Sum of RGB (Red+Green+Blue) = 238+85+160=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE55A0 is #11AA5F. Grayscale: #8B8B8B. Windows color (decimal): -1157728 or 10507758. OLE color: 10507758.
HSL color Cylindrical-coordinate representation of color #EE55A0: hue angle of 330.59º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55A0 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 160 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.07 |
| HSL | 330.59º | 0.82% | 0.63% | - |
| HSV(B) | 330.59º | 0.64% | 0.93% | - |
| XYZ | 44.85 | 27.21 | 36.15 | - |
| YUV | 139.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 160 | 0 | 0.64 | 0.33 | 0.07 | 330.59 | 0.82 | 0.63 |
| Hex | EE | 55 | A0 | 0 | 40 | 21 | 7 | 14B | 52 | 3F |
| Octal | 356 | 125 | 240 | 0 | 100 | 41 | 7 | 513 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10100000 | 0 | 1000000 | 100001 | 111 | 101001011 | 1010010 | 111111 |
Color Harmonies of #EE55A0
Complementary color
Monochromatic Colors of #EE55A0
Black with #EE55A0
Text Example
Text Example
White with #EE55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55A0; }
p { color: rgb(238,85,160); }
H1.HeaderClassName
{
color: #EE55A0;
}
.AnyTagClassName
{
color: #EE55A0;
}
</style>
background-color css
<style>
a { background-color: #EE55A0; }
a { background-color: rgb(238,85,160); }
div.DivClassName
{
background-color: #EE55A0;
}
.BgClassName
{
background-color: #EE55A0;
}
</style>
border-color css
<style>
span { border-color: #EE55A0; }
span { border-color: rgb(238,85,160); }
td.TdClassName
{
border-color: #EE55A0;
}
.TagClassName
{
border-color: #EE55A0;
}
</style>