Shades of Flamingo #E65243
Tints of Flamingo #E65243
RGB
CMYK
RGB Variations
Color information
#E65243 (or 0xE65243) is known color: Flamingo. HEX triplet: E6, 52 and 43. RGB value is (230,82,67). Sum of RGB (Red+Green+Blue) = 230+82+67=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E65243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65243 is #19ADBC. Grayscale: #7C7C7C. Windows color (decimal): -1682877 or 4412134. OLE color: 4412134.
HSL color Cylindrical-coordinate representation of color #E65243: hue angle of 5.52º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E65243 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 67 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.10 |
| HSL | 5.52º | 0.77% | 0.58% | - |
| HSV(B) | 5.52º | 0.71% | 0.9% | - |
| XYZ | 36.66 | 23.26 | 7.87 | - |
| YUV | 124.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 67 | 0 | 0.64 | 0.71 | 0.10 | 5.52 | 0.77 | 0.58 |
| Hex | E6 | 52 | 43 | 0 | 40 | 47 | A | 6 | 4D | 3A |
| Octal | 346 | 122 | 103 | 0 | 100 | 107 | 12 | 6 | 115 | 72 |
| Binary | 11100110 | 1010010 | 1000011 | 0 | 1000000 | 1000111 | 1010 | 110 | 1001101 | 111010 |
Color Harmonies of #E65243
Complementary color
Monochromatic Colors of #E65243
Black with #E65243
Text Example
Text Example
White with #E65243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65243; }
p { color: rgb(230,82,67); }
H1.HeaderClassName
{
color: #E65243;
}
.AnyTagClassName
{
color: #E65243;
}
</style>
background-color css
<style>
a { background-color: #E65243; }
a { background-color: rgb(230,82,67); }
div.DivClassName
{
background-color: #E65243;
}
.BgClassName
{
background-color: #E65243;
}
</style>
border-color css
<style>
span { border-color: #E65243; }
span { border-color: rgb(230,82,67); }
td.TdClassName
{
border-color: #E65243;
}
.TagClassName
{
border-color: #E65243;
}
</style>