Shades of French Rose #EE4D9A
Tints of French Rose #EE4D9A
RGB
CMYK
RGB Variations
Color information
#EE4D9A (or 0xEE4D9A) is known color: French Rose. HEX triplet: EE, 4D and 9A. RGB value is (238,77,154). Sum of RGB (Red+Green+Blue) = 238+77+154=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D9A is #11B265. Grayscale: #858585. Windows color (decimal): -1159782 or 10112494. OLE color: 10112494.
HSL color Cylindrical-coordinate representation of color #EE4D9A: hue angle of 331.3º 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 #EE4D9A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 154 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.07 |
| HSL | 331.3º | 0.83% | 0.62% | - |
| HSV(B) | 331.3º | 0.68% | 0.93% | - |
| XYZ | 43.75 | 25.82 | 33.25 | - |
| YUV | 133.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 154 | 0 | 0.68 | 0.35 | 0.07 | 331.3 | 0.83 | 0.62 |
| Hex | EE | 4D | 9A | 0 | 44 | 23 | 7 | 14B | 53 | 3E |
| Octal | 356 | 115 | 232 | 0 | 104 | 43 | 7 | 513 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10011010 | 0 | 1000100 | 100011 | 111 | 101001011 | 1010011 | 111110 |
Color Harmonies of #EE4D9A
Complementary color
Monochromatic Colors of #EE4D9A
Black with #EE4D9A
Text Example
Text Example
White with #EE4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D9A; }
p { color: rgb(238,77,154); }
H1.HeaderClassName
{
color: #EE4D9A;
}
.AnyTagClassName
{
color: #EE4D9A;
}
</style>
background-color css
<style>
a { background-color: #EE4D9A; }
a { background-color: rgb(238,77,154); }
div.DivClassName
{
background-color: #EE4D9A;
}
.BgClassName
{
background-color: #EE4D9A;
}
</style>
border-color css
<style>
span { border-color: #EE4D9A; }
span { border-color: rgb(238,77,154); }
td.TdClassName
{
border-color: #EE4D9A;
}
.TagClassName
{
border-color: #EE4D9A;
}
</style>