Shades of French Rose #EE4D96
Tints of French Rose #EE4D96
RGB
CMYK
RGB Variations
Color information
#EE4D96 (or 0xEE4D96) is known color: French Rose. HEX triplet: EE, 4D and 96. RGB value is (238,77,150). Sum of RGB (Red+Green+Blue) = 238+77+150=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D96 is #11B269. Grayscale: #858585. Windows color (decimal): -1159786 or 9850350. OLE color: 9850350.
HSL color Cylindrical-coordinate representation of color #EE4D96: hue angle of 332.8º 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 #EE4D96 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 150 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.07 |
| HSL | 332.8º | 0.83% | 0.62% | - |
| HSV(B) | 332.8º | 0.68% | 0.93% | - |
| XYZ | 43.42 | 25.69 | 31.52 | - |
| YUV | 133.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 150 | 0 | 0.68 | 0.37 | 0.07 | 332.8 | 0.83 | 0.62 |
| Hex | EE | 4D | 96 | 0 | 44 | 25 | 7 | 14D | 53 | 3E |
| Octal | 356 | 115 | 226 | 0 | 104 | 45 | 7 | 515 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10010110 | 0 | 1000100 | 100101 | 111 | 101001101 | 1010011 | 111110 |
Color Harmonies of #EE4D96
Complementary color
Monochromatic Colors of #EE4D96
Black with #EE4D96
Text Example
Text Example
White with #EE4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D96; }
p { color: rgb(238,77,150); }
H1.HeaderClassName
{
color: #EE4D96;
}
.AnyTagClassName
{
color: #EE4D96;
}
</style>
background-color css
<style>
a { background-color: #EE4D96; }
a { background-color: rgb(238,77,150); }
div.DivClassName
{
background-color: #EE4D96;
}
.BgClassName
{
background-color: #EE4D96;
}
</style>
border-color css
<style>
span { border-color: #EE4D96; }
span { border-color: rgb(238,77,150); }
td.TdClassName
{
border-color: #EE4D96;
}
.TagClassName
{
border-color: #EE4D96;
}
</style>