Shades of French Rose #EE4896
Tints of French Rose #EE4896
RGB
CMYK
RGB Variations
Color information
#EE4896 (or 0xEE4896) is known color: French Rose. HEX triplet: EE, 48 and 96. RGB value is (238,72,150). Sum of RGB (Red+Green+Blue) = 238+72+150=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4896 is #11B769. Grayscale: #828282. Windows color (decimal): -1161066 or 9849070. OLE color: 9849070.
HSL color Cylindrical-coordinate representation of color #EE4896: hue angle of 331.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4896 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 150 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.07 |
| HSL | 331.81º | 0.83% | 0.61% | - |
| HSV(B) | 331.81º | 0.7% | 0.93% | - |
| XYZ | 43.08 | 25.01 | 31.41 | - |
| YUV | 130.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 150 | 0 | 0.70 | 0.37 | 0.07 | 331.81 | 0.83 | 0.61 |
| Hex | EE | 48 | 96 | 0 | 46 | 25 | 7 | 14C | 53 | 3D |
| Octal | 356 | 110 | 226 | 0 | 106 | 45 | 7 | 514 | 123 | 75 |
| Binary | 11101110 | 1001000 | 10010110 | 0 | 1000110 | 100101 | 111 | 101001100 | 1010011 | 111101 |
Color Harmonies of #EE4896
Complementary color
Monochromatic Colors of #EE4896
Black with #EE4896
Text Example
Text Example
White with #EE4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4896; }
p { color: rgb(238,72,150); }
H1.HeaderClassName
{
color: #EE4896;
}
.AnyTagClassName
{
color: #EE4896;
}
</style>
background-color css
<style>
a { background-color: #EE4896; }
a { background-color: rgb(238,72,150); }
div.DivClassName
{
background-color: #EE4896;
}
.BgClassName
{
background-color: #EE4896;
}
</style>
border-color css
<style>
span { border-color: #EE4896; }
span { border-color: rgb(238,72,150); }
td.TdClassName
{
border-color: #EE4896;
}
.TagClassName
{
border-color: #EE4896;
}
</style>