Shades of French Rose #EB4E9A
Tints of French Rose #EB4E9A
RGB
CMYK
RGB Variations
Color information
#EB4E9A (or 0xEB4E9A) is known color: French Rose. HEX triplet: EB, 4E and 9A. RGB value is (235,78,154). Sum of RGB (Red+Green+Blue) = 235+78+154=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4E9A is #14B165. Grayscale: #858585. Windows color (decimal): -1356134 or 10112747. OLE color: 10112747.
HSL color Cylindrical-coordinate representation of color #EB4E9A: hue angle of 330.96º 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 #EB4E9A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 154 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.08 |
| HSL | 330.96º | 0.8% | 0.61% | - |
| HSV(B) | 330.96º | 0.67% | 0.92% | - |
| XYZ | 42.82 | 25.44 | 33.23 | - |
| YUV | 133.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 154 | 0 | 0.67 | 0.34 | 0.08 | 330.96 | 0.8 | 0.61 |
| Hex | EB | 4E | 9A | 0 | 43 | 22 | 8 | 14B | 50 | 3D |
| Octal | 353 | 116 | 232 | 0 | 103 | 42 | 10 | 513 | 120 | 75 |
| Binary | 11101011 | 1001110 | 10011010 | 0 | 1000011 | 100010 | 1000 | 101001011 | 1010000 | 111101 |
Color Harmonies of #EB4E9A
Complementary color
Monochromatic Colors of #EB4E9A
Black with #EB4E9A
Text Example
Text Example
White with #EB4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E9A; }
p { color: rgb(235,78,154); }
H1.HeaderClassName
{
color: #EB4E9A;
}
.AnyTagClassName
{
color: #EB4E9A;
}
</style>
background-color css
<style>
a { background-color: #EB4E9A; }
a { background-color: rgb(235,78,154); }
div.DivClassName
{
background-color: #EB4E9A;
}
.BgClassName
{
background-color: #EB4E9A;
}
</style>
border-color css
<style>
span { border-color: #EB4E9A; }
span { border-color: rgb(235,78,154); }
td.TdClassName
{
border-color: #EB4E9A;
}
.TagClassName
{
border-color: #EB4E9A;
}
</style>