Shades of French Rose #ED4B8C
Tints of French Rose #ED4B8C
RGB
CMYK
RGB Variations
Color information
#ED4B8C (or 0xED4B8C) is known color: French Rose. HEX triplet: ED, 4B and 8C. RGB value is (237,75,140). Sum of RGB (Red+Green+Blue) = 237+75+140=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4B8C is #12B473. Grayscale: #828282. Windows color (decimal): -1225844 or 9194477. OLE color: 9194477.
HSL color Cylindrical-coordinate representation of color #ED4B8C: hue angle of 335.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4B8C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 140 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.07 |
| HSL | 335.93º | 0.82% | 0.61% | - |
| HSV(B) | 335.93º | 0.68% | 0.93% | - |
| XYZ | 42.17 | 24.93 | 27.4 | - |
| YUV | 130.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 140 | 0 | 0.68 | 0.41 | 0.07 | 335.93 | 0.82 | 0.61 |
| Hex | ED | 4B | 8C | 0 | 44 | 29 | 7 | 150 | 52 | 3D |
| Octal | 355 | 113 | 214 | 0 | 104 | 51 | 7 | 520 | 122 | 75 |
| Binary | 11101101 | 1001011 | 10001100 | 0 | 1000100 | 101001 | 111 | 101010000 | 1010010 | 111101 |
Color Harmonies of #ED4B8C
Complementary color
Monochromatic Colors of #ED4B8C
Black with #ED4B8C
Text Example
Text Example
White with #ED4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4B8C; }
p { color: rgb(237,75,140); }
H1.HeaderClassName
{
color: #ED4B8C;
}
.AnyTagClassName
{
color: #ED4B8C;
}
</style>
background-color css
<style>
a { background-color: #ED4B8C; }
a { background-color: rgb(237,75,140); }
div.DivClassName
{
background-color: #ED4B8C;
}
.BgClassName
{
background-color: #ED4B8C;
}
</style>
border-color css
<style>
span { border-color: #ED4B8C; }
span { border-color: rgb(237,75,140); }
td.TdClassName
{
border-color: #ED4B8C;
}
.TagClassName
{
border-color: #ED4B8C;
}
</style>