Shades of Flamingo #E36353
Tints of Flamingo #E36353
RGB
CMYK
RGB Variations
Color information
#E36353 (or 0xE36353) is known color: Flamingo. HEX triplet: E3, 63 and 53. RGB value is (227,99,83). Sum of RGB (Red+Green+Blue) = 227+99+83=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E36353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36353 is #1C9CAC. Grayscale: #878787. Windows color (decimal): -1875117 or 5465059. OLE color: 5465059.
HSL color Cylindrical-coordinate representation of color #E36353: hue angle of 6.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E36353 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 83 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.11 |
| HSL | 6.67º | 0.72% | 0.61% | - |
| HSV(B) | 6.67º | 0.63% | 0.89% | - |
| XYZ | 37.7 | 25.88 | 11.19 | - |
| YUV | 135.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 83 | 0 | 0.56 | 0.63 | 0.11 | 6.67 | 0.72 | 0.61 |
| Hex | E3 | 63 | 53 | 0 | 38 | 3F | B | 7 | 48 | 3D |
| Octal | 343 | 143 | 123 | 0 | 70 | 77 | 13 | 7 | 110 | 75 |
| Binary | 11100011 | 1100011 | 1010011 | 0 | 111000 | 111111 | 1011 | 111 | 1001000 | 111101 |
Color Harmonies of #E36353
Complementary color
Monochromatic Colors of #E36353
Black with #E36353
Text Example
Text Example
White with #E36353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36353; }
p { color: rgb(227,99,83); }
H1.HeaderClassName
{
color: #E36353;
}
.AnyTagClassName
{
color: #E36353;
}
</style>
background-color css
<style>
a { background-color: #E36353; }
a { background-color: rgb(227,99,83); }
div.DivClassName
{
background-color: #E36353;
}
.BgClassName
{
background-color: #E36353;
}
</style>
border-color css
<style>
span { border-color: #E36353; }
span { border-color: rgb(227,99,83); }
td.TdClassName
{
border-color: #E36353;
}
.TagClassName
{
border-color: #E36353;
}
</style>