Shades of Coral Red #EE4240
Tints of Coral Red #EE4240
RGB
CMYK
RGB Variations
Color information
#EE4240 (or 0xEE4240) is known color: Coral Red. HEX triplet: EE, 42 and 40. RGB value is (238,66,64). Sum of RGB (Red+Green+Blue) = 238+66+64=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4240 is #11BDBF. Grayscale: #757575. Windows color (decimal): -1162688 or 4211438. OLE color: 4211438.
HSL color Cylindrical-coordinate representation of color #EE4240: hue angle of 0.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4240 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 64 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.07 |
| HSL | 0.69º | 0.84% | 0.59% | - |
| HSV(B) | 0.69º | 0.73% | 0.93% | - |
| XYZ | 38.13 | 22.44 | 7.17 | - |
| YUV | 117.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 64 | 0 | 0.72 | 0.73 | 0.07 | 0.69 | 0.84 | 0.59 |
| Hex | EE | 42 | 40 | 0 | 48 | 49 | 7 | 1 | 54 | 3B |
| Octal | 356 | 102 | 100 | 0 | 110 | 111 | 7 | 1 | 124 | 73 |
| Binary | 11101110 | 1000010 | 1000000 | 0 | 1001000 | 1001001 | 111 | 1 | 1010100 | 111011 |
Color Harmonies of #EE4240
Complementary color
Monochromatic Colors of #EE4240
Black with #EE4240
Text Example
Text Example
White with #EE4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4240; }
p { color: rgb(238,66,64); }
H1.HeaderClassName
{
color: #EE4240;
}
.AnyTagClassName
{
color: #EE4240;
}
</style>
background-color css
<style>
a { background-color: #EE4240; }
a { background-color: rgb(238,66,64); }
div.DivClassName
{
background-color: #EE4240;
}
.BgClassName
{
background-color: #EE4240;
}
</style>
border-color css
<style>
span { border-color: #EE4240; }
span { border-color: rgb(238,66,64); }
td.TdClassName
{
border-color: #EE4240;
}
.TagClassName
{
border-color: #EE4240;
}
</style>