Shades of Flamingo #EA5151
Tints of Flamingo #EA5151
RGB
CMYK
RGB Variations
Color information
#EA5151 (or 0xEA5151) is known color: Flamingo. HEX triplet: EA, 51 and 51. RGB value is (234,81,81). Sum of RGB (Red+Green+Blue) = 234+81+81=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5151 is #15AEAE. Grayscale: #7E7E7E. Windows color (decimal): -1420975 or 5329386. OLE color: 5329386.
HSL color Cylindrical-coordinate representation of color #EA5151: hue angle of 0º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5151 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 81 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.08 |
| HSL | 0º | 0.78% | 0.62% | - |
| HSV(B) | 0º | 0.65% | 0.92% | - |
| XYZ | 38.36 | 23.97 | 10.39 | - |
| YUV | 126.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 81 | 0 | 0.65 | 0.65 | 0.08 | 0 | 0.78 | 0.62 |
| Hex | EA | 51 | 51 | 0 | 41 | 41 | 8 | 0 | 4E | 3E |
| Octal | 352 | 121 | 121 | 0 | 101 | 101 | 10 | 0 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1010001 | 0 | 1000001 | 1000001 | 1000 | 0 | 1001110 | 111110 |
Color Harmonies of #EA5151
Complementary color
Monochromatic Colors of #EA5151
Black with #EA5151
Text Example
Text Example
White with #EA5151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5151; }
p { color: rgb(234,81,81); }
H1.HeaderClassName
{
color: #EA5151;
}
.AnyTagClassName
{
color: #EA5151;
}
</style>
background-color css
<style>
a { background-color: #EA5151; }
a { background-color: rgb(234,81,81); }
div.DivClassName
{
background-color: #EA5151;
}
.BgClassName
{
background-color: #EA5151;
}
</style>
border-color css
<style>
span { border-color: #EA5151; }
span { border-color: rgb(234,81,81); }
td.TdClassName
{
border-color: #EA5151;
}
.TagClassName
{
border-color: #EA5151;
}
</style>