Shades of French Rose #ED488A
Tints of French Rose #ED488A
RGB
CMYK
RGB Variations
Color information
#ED488A (or 0xED488A) is known color: French Rose. HEX triplet: ED, 48 and 8A. RGB value is (237,72,138). Sum of RGB (Red+Green+Blue) = 237+72+138=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED488A is #12B775. Grayscale: #808080. Windows color (decimal): -1226614 or 9062637. OLE color: 9062637.
HSL color Cylindrical-coordinate representation of color #ED488A: hue angle of 336º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED488A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 138 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 336º | 0.82% | 0.61% | - |
| HSV(B) | 336º | 0.7% | 0.93% | - |
| XYZ | 41.83 | 24.47 | 26.56 | - |
| YUV | 128.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 138 | 0 | 0.70 | 0.42 | 0.07 | 336 | 0.82 | 0.61 |
| Hex | ED | 48 | 8A | 0 | 46 | 2A | 7 | 150 | 52 | 3D |
| Octal | 355 | 110 | 212 | 0 | 106 | 52 | 7 | 520 | 122 | 75 |
| Binary | 11101101 | 1001000 | 10001010 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010010 | 111101 |
Color Harmonies of #ED488A
Complementary color
Monochromatic Colors of #ED488A
Black with #ED488A
Text Example
Text Example
White with #ED488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED488A; }
p { color: rgb(237,72,138); }
H1.HeaderClassName
{
color: #ED488A;
}
.AnyTagClassName
{
color: #ED488A;
}
</style>
background-color css
<style>
a { background-color: #ED488A; }
a { background-color: rgb(237,72,138); }
div.DivClassName
{
background-color: #ED488A;
}
.BgClassName
{
background-color: #ED488A;
}
</style>
border-color css
<style>
span { border-color: #ED488A; }
span { border-color: rgb(237,72,138); }
td.TdClassName
{
border-color: #ED488A;
}
.TagClassName
{
border-color: #ED488A;
}
</style>