Shades of French Rose #EB4E90
Tints of French Rose #EB4E90
RGB
CMYK
RGB Variations
Color information
#EB4E90 (or 0xEB4E90) is known color: French Rose. HEX triplet: EB, 4E and 90. RGB value is (235,78,144). Sum of RGB (Red+Green+Blue) = 235+78+144=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4E90 is #14B16F. Grayscale: #848484. Windows color (decimal): -1356144 or 9457387. OLE color: 9457387.
HSL color Cylindrical-coordinate representation of color #EB4E90: hue angle of 334.78º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4E90 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 144 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.08 |
| HSL | 334.78º | 0.8% | 0.61% | - |
| HSV(B) | 334.78º | 0.67% | 0.92% | - |
| XYZ | 42.02 | 25.12 | 29.02 | - |
| YUV | 132.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 144 | 0 | 0.67 | 0.39 | 0.08 | 334.78 | 0.8 | 0.61 |
| Hex | EB | 4E | 90 | 0 | 43 | 27 | 8 | 14F | 50 | 3D |
| Octal | 353 | 116 | 220 | 0 | 103 | 47 | 10 | 517 | 120 | 75 |
| Binary | 11101011 | 1001110 | 10010000 | 0 | 1000011 | 100111 | 1000 | 101001111 | 1010000 | 111101 |
Color Harmonies of #EB4E90
Complementary color
Monochromatic Colors of #EB4E90
Black with #EB4E90
Text Example
Text Example
White with #EB4E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E90; }
p { color: rgb(235,78,144); }
H1.HeaderClassName
{
color: #EB4E90;
}
.AnyTagClassName
{
color: #EB4E90;
}
</style>
background-color css
<style>
a { background-color: #EB4E90; }
a { background-color: rgb(235,78,144); }
div.DivClassName
{
background-color: #EB4E90;
}
.BgClassName
{
background-color: #EB4E90;
}
</style>
border-color css
<style>
span { border-color: #EB4E90; }
span { border-color: rgb(235,78,144); }
td.TdClassName
{
border-color: #EB4E90;
}
.TagClassName
{
border-color: #EB4E90;
}
</style>