Shades of French Rose #EA4D88
Tints of French Rose #EA4D88
RGB
CMYK
RGB Variations
Color information
#EA4D88 (or 0xEA4D88) is known color: French Rose. HEX triplet: EA, 4D and 88. RGB value is (234,77,136). Sum of RGB (Red+Green+Blue) = 234+77+136=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D88 is #15B277. Grayscale: #828282. Windows color (decimal): -1421944 or 8932842. OLE color: 8932842.
HSL color Cylindrical-coordinate representation of color #EA4D88: hue angle of 337.45º degrees, saturation: 0.79, 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 #EA4D88 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 136 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.08 |
| HSL | 337.45º | 0.79% | 0.61% | - |
| HSV(B) | 337.45º | 0.67% | 0.92% | - |
| XYZ | 41.03 | 24.58 | 25.87 | - |
| YUV | 130.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 136 | 0 | 0.67 | 0.42 | 0.08 | 337.45 | 0.79 | 0.61 |
| Hex | EA | 4D | 88 | 0 | 43 | 2A | 8 | 151 | 4F | 3D |
| Octal | 352 | 115 | 210 | 0 | 103 | 52 | 10 | 521 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10001000 | 0 | 1000011 | 101010 | 1000 | 101010001 | 1001111 | 111101 |
Color Harmonies of #EA4D88
Complementary color
Monochromatic Colors of #EA4D88
Black with #EA4D88
Text Example
Text Example
White with #EA4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D88; }
p { color: rgb(234,77,136); }
H1.HeaderClassName
{
color: #EA4D88;
}
.AnyTagClassName
{
color: #EA4D88;
}
</style>
background-color css
<style>
a { background-color: #EA4D88; }
a { background-color: rgb(234,77,136); }
div.DivClassName
{
background-color: #EA4D88;
}
.BgClassName
{
background-color: #EA4D88;
}
</style>
border-color css
<style>
span { border-color: #EA4D88; }
span { border-color: rgb(234,77,136); }
td.TdClassName
{
border-color: #EA4D88;
}
.TagClassName
{
border-color: #EA4D88;
}
</style>