Shades of French Rose #EB468B
Tints of French Rose #EB468B
RGB
CMYK
RGB Variations
Color information
#EB468B (or 0xEB468B) is known color: French Rose. HEX triplet: EB, 46 and 8B. RGB value is (235,70,139). Sum of RGB (Red+Green+Blue) = 235+70+139=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB468B is #14B974. Grayscale: #7F7F7F. Windows color (decimal): -1358197 or 9127659. OLE color: 9127659.
HSL color Cylindrical-coordinate representation of color #EB468B: hue angle of 334.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB468B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 139 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.08 |
| HSL | 334.91º | 0.8% | 0.6% | - |
| HSV(B) | 334.91º | 0.7% | 0.92% | - |
| XYZ | 41.11 | 23.91 | 26.87 | - |
| YUV | 127.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 139 | 0 | 0.70 | 0.41 | 0.08 | 334.91 | 0.8 | 0.6 |
| Hex | EB | 46 | 8B | 0 | 46 | 29 | 8 | 14F | 50 | 3C |
| Octal | 353 | 106 | 213 | 0 | 106 | 51 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1000110 | 10001011 | 0 | 1000110 | 101001 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB468B
Complementary color
Monochromatic Colors of #EB468B
Black with #EB468B
Text Example
Text Example
White with #EB468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB468B; }
p { color: rgb(235,70,139); }
H1.HeaderClassName
{
color: #EB468B;
}
.AnyTagClassName
{
color: #EB468B;
}
</style>
background-color css
<style>
a { background-color: #EB468B; }
a { background-color: rgb(235,70,139); }
div.DivClassName
{
background-color: #EB468B;
}
.BgClassName
{
background-color: #EB468B;
}
</style>
border-color css
<style>
span { border-color: #EB468B; }
span { border-color: rgb(235,70,139); }
td.TdClassName
{
border-color: #EB468B;
}
.TagClassName
{
border-color: #EB468B;
}
</style>