Shades of Flamingo #EA6750
Tints of Flamingo #EA6750
RGB
CMYK
RGB Variations
Color information
#EA6750 (or 0xEA6750) is known color: Flamingo. HEX triplet: EA, 67 and 50. RGB value is (234,103,80). Sum of RGB (Red+Green+Blue) = 234+103+80=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6750 is #1598AF. Grayscale: #8B8B8B. Windows color (decimal): -1415344 or 5269482. OLE color: 5269482.
HSL color Cylindrical-coordinate representation of color #EA6750: hue angle of 8.96º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA6750 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 80 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.08 |
| HSL | 8.96º | 0.79% | 0.62% | - |
| HSV(B) | 8.96º | 0.66% | 0.92% | - |
| XYZ | 40.23 | 27.77 | 10.83 | - |
| YUV | 139.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 80 | 0 | 0.56 | 0.66 | 0.08 | 8.96 | 0.79 | 0.62 |
| Hex | EA | 67 | 50 | 0 | 38 | 42 | 8 | 9 | 4F | 3E |
| Octal | 352 | 147 | 120 | 0 | 70 | 102 | 10 | 11 | 117 | 76 |
| Binary | 11101010 | 1100111 | 1010000 | 0 | 111000 | 1000010 | 1000 | 1001 | 1001111 | 111110 |
Color Harmonies of #EA6750
Complementary color
Monochromatic Colors of #EA6750
Black with #EA6750
Text Example
Text Example
White with #EA6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6750; }
p { color: rgb(234,103,80); }
H1.HeaderClassName
{
color: #EA6750;
}
.AnyTagClassName
{
color: #EA6750;
}
</style>
background-color css
<style>
a { background-color: #EA6750; }
a { background-color: rgb(234,103,80); }
div.DivClassName
{
background-color: #EA6750;
}
.BgClassName
{
background-color: #EA6750;
}
</style>
border-color css
<style>
span { border-color: #EA6750; }
span { border-color: rgb(234,103,80); }
td.TdClassName
{
border-color: #EA6750;
}
.TagClassName
{
border-color: #EA6750;
}
</style>