Shades of Brilliant Rose #EE54AC
Tints of Brilliant Rose #EE54AC
RGB
CMYK
RGB Variations
Color information
#EE54AC (or 0xEE54AC) is known color: Brilliant Rose. HEX triplet: EE, 54 and AC. RGB value is (238,84,172). Sum of RGB (Red+Green+Blue) = 238+84+172=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE54AC is #11AB53. Grayscale: #8B8B8B. Windows color (decimal): -1157972 or 11293934. OLE color: 11293934.
HSL color Cylindrical-coordinate representation of color #EE54AC: hue angle of 325.71º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54AC is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 172 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.07 |
| HSL | 325.71º | 0.82% | 0.63% | - |
| HSV(B) | 325.71º | 0.65% | 0.93% | - |
| XYZ | 45.88 | 27.5 | 41.92 | - |
| YUV | 140.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 172 | 0 | 0.65 | 0.28 | 0.07 | 325.71 | 0.82 | 0.63 |
| Hex | EE | 54 | AC | 0 | 41 | 1C | 7 | 146 | 52 | 3F |
| Octal | 356 | 124 | 254 | 0 | 101 | 34 | 7 | 506 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10101100 | 0 | 1000001 | 11100 | 111 | 101000110 | 1010010 | 111111 |
Color Harmonies of #EE54AC
Complementary color
Monochromatic Colors of #EE54AC
Black with #EE54AC
Text Example
Text Example
White with #EE54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54AC; }
p { color: rgb(238,84,172); }
H1.HeaderClassName
{
color: #EE54AC;
}
.AnyTagClassName
{
color: #EE54AC;
}
</style>
background-color css
<style>
a { background-color: #EE54AC; }
a { background-color: rgb(238,84,172); }
div.DivClassName
{
background-color: #EE54AC;
}
.BgClassName
{
background-color: #EE54AC;
}
</style>
border-color css
<style>
span { border-color: #EE54AC; }
span { border-color: rgb(238,84,172); }
td.TdClassName
{
border-color: #EE54AC;
}
.TagClassName
{
border-color: #EE54AC;
}
</style>