Shades of French Rose #ED4D9A
Tints of French Rose #ED4D9A
RGB
CMYK
RGB Variations
Color information
#ED4D9A (or 0xED4D9A) is known color: French Rose. HEX triplet: ED, 4D and 9A. RGB value is (237,77,154). Sum of RGB (Red+Green+Blue) = 237+77+154=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4D9A is #12B265. Grayscale: #858585. Windows color (decimal): -1225318 or 10112493. OLE color: 10112493.
HSL color Cylindrical-coordinate representation of color #ED4D9A: hue angle of 331.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4D9A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 154 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.07 |
| HSL | 331.13º | 0.82% | 0.62% | - |
| HSV(B) | 331.13º | 0.68% | 0.93% | - |
| XYZ | 43.41 | 25.65 | 33.23 | - |
| YUV | 133.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 154 | 0 | 0.68 | 0.35 | 0.07 | 331.13 | 0.82 | 0.62 |
| Hex | ED | 4D | 9A | 0 | 44 | 23 | 7 | 14B | 52 | 3E |
| Octal | 355 | 115 | 232 | 0 | 104 | 43 | 7 | 513 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10011010 | 0 | 1000100 | 100011 | 111 | 101001011 | 1010010 | 111110 |
Color Harmonies of #ED4D9A
Complementary color
Monochromatic Colors of #ED4D9A
Black with #ED4D9A
Text Example
Text Example
White with #ED4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4D9A; }
p { color: rgb(237,77,154); }
H1.HeaderClassName
{
color: #ED4D9A;
}
.AnyTagClassName
{
color: #ED4D9A;
}
</style>
background-color css
<style>
a { background-color: #ED4D9A; }
a { background-color: rgb(237,77,154); }
div.DivClassName
{
background-color: #ED4D9A;
}
.BgClassName
{
background-color: #ED4D9A;
}
</style>
border-color css
<style>
span { border-color: #ED4D9A; }
span { border-color: rgb(237,77,154); }
td.TdClassName
{
border-color: #ED4D9A;
}
.TagClassName
{
border-color: #ED4D9A;
}
</style>