Shades of French Rose #EA4B8F
Tints of French Rose #EA4B8F
RGB
CMYK
RGB Variations
Color information
#EA4B8F (or 0xEA4B8F) is known color: French Rose. HEX triplet: EA, 4B and 8F. RGB value is (234,75,143). Sum of RGB (Red+Green+Blue) = 234+75+143=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B8F is #15B470. Grayscale: #828282. Windows color (decimal): -1422449 or 9391082. OLE color: 9391082.
HSL color Cylindrical-coordinate representation of color #EA4B8F: hue angle of 334.34º degrees, saturation: 0.79, 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 #EA4B8F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 75 | 143 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.08 |
| HSL | 334.34º | 0.79% | 0.61% | - |
| HSV(B) | 334.34º | 0.68% | 0.92% | - |
| XYZ | 41.41 | 24.51 | 28.53 | - |
| YUV | 130.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 75 | 143 | 0 | 0.68 | 0.39 | 0.08 | 334.34 | 0.79 | 0.61 |
| Hex | EA | 4B | 8F | 0 | 44 | 27 | 8 | 14E | 4F | 3D |
| Octal | 352 | 113 | 217 | 0 | 104 | 47 | 10 | 516 | 117 | 75 |
| Binary | 11101010 | 1001011 | 10001111 | 0 | 1000100 | 100111 | 1000 | 101001110 | 1001111 | 111101 |
Color Harmonies of #EA4B8F
Complementary color
Monochromatic Colors of #EA4B8F
Black with #EA4B8F
Text Example
Text Example
White with #EA4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4B8F; }
p { color: rgb(234,75,143); }
H1.HeaderClassName
{
color: #EA4B8F;
}
.AnyTagClassName
{
color: #EA4B8F;
}
</style>
background-color css
<style>
a { background-color: #EA4B8F; }
a { background-color: rgb(234,75,143); }
div.DivClassName
{
background-color: #EA4B8F;
}
.BgClassName
{
background-color: #EA4B8F;
}
</style>
border-color css
<style>
span { border-color: #EA4B8F; }
span { border-color: rgb(234,75,143); }
td.TdClassName
{
border-color: #EA4B8F;
}
.TagClassName
{
border-color: #EA4B8F;
}
</style>