Shades of French Rose #ED4A9A
Tints of French Rose #ED4A9A
RGB
CMYK
RGB Variations
Color information
#ED4A9A (or 0xED4A9A) is known color: French Rose. HEX triplet: ED, 4A and 9A. RGB value is (237,74,154). Sum of RGB (Red+Green+Blue) = 237+74+154=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4A9A is #12B565. Grayscale: #838383. Windows color (decimal): -1226086 or 10111725. OLE color: 10111725.
HSL color Cylindrical-coordinate representation of color #ED4A9A: hue angle of 330.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4A9A is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 154 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.07 |
| HSL | 330.55º | 0.82% | 0.61% | - |
| HSV(B) | 330.55º | 0.69% | 0.93% | - |
| XYZ | 43.21 | 25.24 | 33.17 | - |
| YUV | 131.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 154 | 0 | 0.69 | 0.35 | 0.07 | 330.55 | 0.82 | 0.61 |
| Hex | ED | 4A | 9A | 0 | 45 | 23 | 7 | 14B | 52 | 3D |
| Octal | 355 | 112 | 232 | 0 | 105 | 43 | 7 | 513 | 122 | 75 |
| Binary | 11101101 | 1001010 | 10011010 | 0 | 1000101 | 100011 | 111 | 101001011 | 1010010 | 111101 |
Color Harmonies of #ED4A9A
Complementary color
Monochromatic Colors of #ED4A9A
Black with #ED4A9A
Text Example
Text Example
White with #ED4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A9A; }
p { color: rgb(237,74,154); }
H1.HeaderClassName
{
color: #ED4A9A;
}
.AnyTagClassName
{
color: #ED4A9A;
}
</style>
background-color css
<style>
a { background-color: #ED4A9A; }
a { background-color: rgb(237,74,154); }
div.DivClassName
{
background-color: #ED4A9A;
}
.BgClassName
{
background-color: #ED4A9A;
}
</style>
border-color css
<style>
span { border-color: #ED4A9A; }
span { border-color: rgb(237,74,154); }
td.TdClassName
{
border-color: #ED4A9A;
}
.TagClassName
{
border-color: #ED4A9A;
}
</style>