Shades of Flamingo #EA6343
Tints of Flamingo #EA6343
RGB
CMYK
RGB Variations
Color information
#EA6343 (or 0xEA6343) is known color: Flamingo. HEX triplet: EA, 63 and 43. RGB value is (234,99,67). Sum of RGB (Red+Green+Blue) = 234+99+67=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6343 is #159CBC. Grayscale: #878787. Windows color (decimal): -1416381 or 4416490. OLE color: 4416490.
HSL color Cylindrical-coordinate representation of color #EA6343: hue angle of 11.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6343 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 67 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.08 |
| HSL | 11.5º | 0.8% | 0.59% | - |
| HSV(B) | 11.5º | 0.71% | 0.92% | - |
| XYZ | 39.41 | 26.82 | 8.41 | - |
| YUV | 135.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 67 | 0 | 0.58 | 0.71 | 0.08 | 11.5 | 0.8 | 0.59 |
| Hex | EA | 63 | 43 | 0 | 3A | 47 | 8 | B | 50 | 3B |
| Octal | 352 | 143 | 103 | 0 | 72 | 107 | 10 | 13 | 120 | 73 |
| Binary | 11101010 | 1100011 | 1000011 | 0 | 111010 | 1000111 | 1000 | 1011 | 1010000 | 111011 |
Color Harmonies of #EA6343
Complementary color
Monochromatic Colors of #EA6343
Black with #EA6343
Text Example
Text Example
White with #EA6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6343; }
p { color: rgb(234,99,67); }
H1.HeaderClassName
{
color: #EA6343;
}
.AnyTagClassName
{
color: #EA6343;
}
</style>
background-color css
<style>
a { background-color: #EA6343; }
a { background-color: rgb(234,99,67); }
div.DivClassName
{
background-color: #EA6343;
}
.BgClassName
{
background-color: #EA6343;
}
</style>
border-color css
<style>
span { border-color: #EA6343; }
span { border-color: rgb(234,99,67); }
td.TdClassName
{
border-color: #EA6343;
}
.TagClassName
{
border-color: #EA6343;
}
</style>