Shades of Flamingo #EA6448
Tints of Flamingo #EA6448
RGB
CMYK
RGB Variations
Color information
#EA6448 (or 0xEA6448) is known color: Flamingo. HEX triplet: EA, 64 and 48. RGB value is (234,100,72). Sum of RGB (Red+Green+Blue) = 234+100+72=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6448 is #159BB7. Grayscale: #898989. Windows color (decimal): -1416120 or 4744426. OLE color: 4744426.
HSL color Cylindrical-coordinate representation of color #EA6448: hue angle of 10.37º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA6448 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 72 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.08 |
| HSL | 10.37º | 0.79% | 0.6% | - |
| HSV(B) | 10.37º | 0.69% | 0.92% | - |
| XYZ | 39.66 | 27.07 | 9.27 | - |
| YUV | 136.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 72 | 0 | 0.57 | 0.69 | 0.08 | 10.37 | 0.79 | 0.6 |
| Hex | EA | 64 | 48 | 0 | 39 | 45 | 8 | A | 4F | 3C |
| Octal | 352 | 144 | 110 | 0 | 71 | 105 | 10 | 12 | 117 | 74 |
| Binary | 11101010 | 1100100 | 1001000 | 0 | 111001 | 1000101 | 1000 | 1010 | 1001111 | 111100 |
Color Harmonies of #EA6448
Complementary color
Monochromatic Colors of #EA6448
Black with #EA6448
Text Example
Text Example
White with #EA6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6448; }
p { color: rgb(234,100,72); }
H1.HeaderClassName
{
color: #EA6448;
}
.AnyTagClassName
{
color: #EA6448;
}
</style>
background-color css
<style>
a { background-color: #EA6448; }
a { background-color: rgb(234,100,72); }
div.DivClassName
{
background-color: #EA6448;
}
.BgClassName
{
background-color: #EA6448;
}
</style>
border-color css
<style>
span { border-color: #EA6448; }
span { border-color: rgb(234,100,72); }
td.TdClassName
{
border-color: #EA6448;
}
.TagClassName
{
border-color: #EA6448;
}
</style>