Shades of Brilliant Rose #EE4DAC
Tints of Brilliant Rose #EE4DAC
RGB
CMYK
RGB Variations
Color information
#EE4DAC (or 0xEE4DAC) is known color: Brilliant Rose. HEX triplet: EE, 4D and AC. RGB value is (238,77,172). Sum of RGB (Red+Green+Blue) = 238+77+172=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DAC is #11B253. Grayscale: #878787. Windows color (decimal): -1159764 or 11292142. OLE color: 11292142.
HSL color Cylindrical-coordinate representation of color #EE4DAC: hue angle of 324.6º 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 #EE4DAC is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 172 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.07 |
| HSL | 324.6º | 0.83% | 0.62% | - |
| HSV(B) | 324.6º | 0.68% | 0.93% | - |
| XYZ | 45.36 | 26.46 | 41.75 | - |
| YUV | 135.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 172 | 0 | 0.68 | 0.28 | 0.07 | 324.6 | 0.83 | 0.62 |
| Hex | EE | 4D | AC | 0 | 44 | 1C | 7 | 145 | 53 | 3E |
| Octal | 356 | 115 | 254 | 0 | 104 | 34 | 7 | 505 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10101100 | 0 | 1000100 | 11100 | 111 | 101000101 | 1010011 | 111110 |
Color Harmonies of #EE4DAC
Complementary color
Monochromatic Colors of #EE4DAC
Black with #EE4DAC
Text Example
Text Example
White with #EE4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DAC; }
p { color: rgb(238,77,172); }
H1.HeaderClassName
{
color: #EE4DAC;
}
.AnyTagClassName
{
color: #EE4DAC;
}
</style>
background-color css
<style>
a { background-color: #EE4DAC; }
a { background-color: rgb(238,77,172); }
div.DivClassName
{
background-color: #EE4DAC;
}
.BgClassName
{
background-color: #EE4DAC;
}
</style>
border-color css
<style>
span { border-color: #EE4DAC; }
span { border-color: rgb(238,77,172); }
td.TdClassName
{
border-color: #EE4DAC;
}
.TagClassName
{
border-color: #EE4DAC;
}
</style>