Shades of Brilliant Rose #EE4DAD
Tints of Brilliant Rose #EE4DAD
RGB
CMYK
RGB Variations
Color information
#EE4DAD (or 0xEE4DAD) is known color: Brilliant Rose. HEX triplet: EE, 4D and AD. RGB value is (238,77,173). Sum of RGB (Red+Green+Blue) = 238+77+173=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DAD is #11B252. Grayscale: #878787. Windows color (decimal): -1159763 or 11357678. OLE color: 11357678.
HSL color Cylindrical-coordinate representation of color #EE4DAD: hue angle of 324.22º 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 #EE4DAD is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 173 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.07 |
| HSL | 324.22º | 0.83% | 0.62% | - |
| HSV(B) | 324.22º | 0.68% | 0.93% | - |
| XYZ | 45.46 | 26.5 | 42.25 | - |
| YUV | 136.08 | 148.84 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 173 | 0 | 0.68 | 0.27 | 0.07 | 324.22 | 0.83 | 0.62 |
| Hex | EE | 4D | AD | 0 | 44 | 1B | 7 | 144 | 53 | 3E |
| Octal | 356 | 115 | 255 | 0 | 104 | 33 | 7 | 504 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10101101 | 0 | 1000100 | 11011 | 111 | 101000100 | 1010011 | 111110 |
Color Harmonies of #EE4DAD
Complementary color
Monochromatic Colors of #EE4DAD
Black with #EE4DAD
Text Example
Text Example
White with #EE4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DAD; }
p { color: rgb(238,77,173); }
H1.HeaderClassName
{
color: #EE4DAD;
}
.AnyTagClassName
{
color: #EE4DAD;
}
</style>
background-color css
<style>
a { background-color: #EE4DAD; }
a { background-color: rgb(238,77,173); }
div.DivClassName
{
background-color: #EE4DAD;
}
.BgClassName
{
background-color: #EE4DAD;
}
</style>
border-color css
<style>
span { border-color: #EE4DAD; }
span { border-color: rgb(238,77,173); }
td.TdClassName
{
border-color: #EE4DAD;
}
.TagClassName
{
border-color: #EE4DAD;
}
</style>