Shades of Light Coral #ED8581
Tints of Light Coral #ED8581
RGB
CMYK
RGB Variations
Color information
#ED8581 (or 0xED8581) is known color: Light Coral. HEX triplet: ED, 85 and 81. RGB value is (237,133,129). Sum of RGB (Red+Green+Blue) = 237+133+129=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8581 is #127A7E. Grayscale: #A3A3A3. Windows color (decimal): -1211007 or 8488429. OLE color: 8488429.
HSL color Cylindrical-coordinate representation of color #ED8581: hue angle of 2.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8581 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 129 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.07 |
| HSL | 2.22º | 0.75% | 0.72% | - |
| HSV(B) | 2.22º | 0.46% | 0.93% | - |
| XYZ | 47.28 | 36.36 | 25.3 | - |
| YUV | 163.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 129 | 0 | 0.44 | 0.46 | 0.07 | 2.22 | 0.75 | 0.72 |
| Hex | ED | 85 | 81 | 0 | 2C | 2E | 7 | 2 | 4B | 48 |
| Octal | 355 | 205 | 201 | 0 | 54 | 56 | 7 | 2 | 113 | 110 |
| Binary | 11101101 | 10000101 | 10000001 | 0 | 101100 | 101110 | 111 | 10 | 1001011 | 1001000 |
Color Harmonies of #ED8581
Complementary color
Monochromatic Colors of #ED8581
Black with #ED8581
Text Example
Text Example
White with #ED8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8581; }
p { color: rgb(237,133,129); }
H1.HeaderClassName
{
color: #ED8581;
}
.AnyTagClassName
{
color: #ED8581;
}
</style>
background-color css
<style>
a { background-color: #ED8581; }
a { background-color: rgb(237,133,129); }
div.DivClassName
{
background-color: #ED8581;
}
.BgClassName
{
background-color: #ED8581;
}
</style>
border-color css
<style>
span { border-color: #ED8581; }
span { border-color: rgb(237,133,129); }
td.TdClassName
{
border-color: #ED8581;
}
.TagClassName
{
border-color: #ED8581;
}
</style>