Shades of French Rose #EB4C8F
Tints of French Rose #EB4C8F
RGB
CMYK
RGB Variations
Color information
#EB4C8F (or 0xEB4C8F) is known color: French Rose. HEX triplet: EB, 4C and 8F. RGB value is (235,76,143). Sum of RGB (Red+Green+Blue) = 235+76+143=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4C8F is #14B370. Grayscale: #838383. Windows color (decimal): -1356657 or 9391339. OLE color: 9391339.
HSL color Cylindrical-coordinate representation of color #EB4C8F: hue angle of 334.72º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4C8F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 143 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.08 |
| HSL | 334.72º | 0.8% | 0.61% | - |
| HSV(B) | 334.72º | 0.68% | 0.92% | - |
| XYZ | 41.8 | 24.81 | 28.57 | - |
| YUV | 131.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 143 | 0 | 0.68 | 0.39 | 0.08 | 334.72 | 0.8 | 0.61 |
| Hex | EB | 4C | 8F | 0 | 44 | 27 | 8 | 14F | 50 | 3D |
| Octal | 353 | 114 | 217 | 0 | 104 | 47 | 10 | 517 | 120 | 75 |
| Binary | 11101011 | 1001100 | 10001111 | 0 | 1000100 | 100111 | 1000 | 101001111 | 1010000 | 111101 |
Color Harmonies of #EB4C8F
Complementary color
Monochromatic Colors of #EB4C8F
Black with #EB4C8F
Text Example
Text Example
White with #EB4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C8F; }
p { color: rgb(235,76,143); }
H1.HeaderClassName
{
color: #EB4C8F;
}
.AnyTagClassName
{
color: #EB4C8F;
}
</style>
background-color css
<style>
a { background-color: #EB4C8F; }
a { background-color: rgb(235,76,143); }
div.DivClassName
{
background-color: #EB4C8F;
}
.BgClassName
{
background-color: #EB4C8F;
}
</style>
border-color css
<style>
span { border-color: #EB4C8F; }
span { border-color: rgb(235,76,143); }
td.TdClassName
{
border-color: #EB4C8F;
}
.TagClassName
{
border-color: #EB4C8F;
}
</style>