Shades of Brilliant Rose #EE5DAB
Tints of Brilliant Rose #EE5DAB
RGB
CMYK
RGB Variations
Color information
#EE5DAB (or 0xEE5DAB) is known color: Brilliant Rose. HEX triplet: EE, 5D and AB. RGB value is (238,93,171). Sum of RGB (Red+Green+Blue) = 238+93+171=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DAB is #11A254. Grayscale: #919191. Windows color (decimal): -1155669 or 11230702. OLE color: 11230702.
HSL color Cylindrical-coordinate representation of color #EE5DAB: hue angle of 327.72º 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 #EE5DAB is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 171 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.07 |
| HSL | 327.72º | 0.81% | 0.65% | - |
| HSV(B) | 327.72º | 0.61% | 0.93% | - |
| XYZ | 46.52 | 28.95 | 41.66 | - |
| YUV | 145.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 171 | 0 | 0.61 | 0.28 | 0.07 | 327.72 | 0.81 | 0.65 |
| Hex | EE | 5D | AB | 0 | 3D | 1C | 7 | 148 | 51 | 41 |
| Octal | 356 | 135 | 253 | 0 | 75 | 34 | 7 | 510 | 121 | 101 |
| Binary | 11101110 | 1011101 | 10101011 | 0 | 111101 | 11100 | 111 | 101001000 | 1010001 | 1000001 |
Color Harmonies of #EE5DAB
Complementary color
Monochromatic Colors of #EE5DAB
Black with #EE5DAB
Text Example
Text Example
White with #EE5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DAB; }
p { color: rgb(238,93,171); }
H1.HeaderClassName
{
color: #EE5DAB;
}
.AnyTagClassName
{
color: #EE5DAB;
}
</style>
background-color css
<style>
a { background-color: #EE5DAB; }
a { background-color: rgb(238,93,171); }
div.DivClassName
{
background-color: #EE5DAB;
}
.BgClassName
{
background-color: #EE5DAB;
}
</style>
border-color css
<style>
span { border-color: #EE5DAB; }
span { border-color: rgb(238,93,171); }
td.TdClassName
{
border-color: #EE5DAB;
}
.TagClassName
{
border-color: #EE5DAB;
}
</style>