Shades of Flamingo #E95351
Tints of Flamingo #E95351
RGB
CMYK
RGB Variations
Color information
#E95351 (or 0xE95351) is known color: Flamingo. HEX triplet: E9, 53 and 51. RGB value is (233,83,81). Sum of RGB (Red+Green+Blue) = 233+83+81=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E95351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95351 is #16ACAE. Grayscale: #7F7F7F. Windows color (decimal): -1485999 or 5329897. OLE color: 5329897.
HSL color Cylindrical-coordinate representation of color #E95351: hue angle of 0.79º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95351 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 81 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.09 |
| HSL | 0.79º | 0.78% | 0.62% | - |
| HSV(B) | 0.79º | 0.65% | 0.91% | - |
| XYZ | 38.18 | 24.1 | 10.42 | - |
| YUV | 127.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 81 | 0 | 0.64 | 0.65 | 0.09 | 0.79 | 0.78 | 0.62 |
| Hex | E9 | 53 | 51 | 0 | 40 | 41 | 9 | 1 | 4E | 3E |
| Octal | 351 | 123 | 121 | 0 | 100 | 101 | 11 | 1 | 116 | 76 |
| Binary | 11101001 | 1010011 | 1010001 | 0 | 1000000 | 1000001 | 1001 | 1 | 1001110 | 111110 |
Color Harmonies of #E95351
Complementary color
Monochromatic Colors of #E95351
Black with #E95351
Text Example
Text Example
White with #E95351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95351; }
p { color: rgb(233,83,81); }
H1.HeaderClassName
{
color: #E95351;
}
.AnyTagClassName
{
color: #E95351;
}
</style>
background-color css
<style>
a { background-color: #E95351; }
a { background-color: rgb(233,83,81); }
div.DivClassName
{
background-color: #E95351;
}
.BgClassName
{
background-color: #E95351;
}
</style>
border-color css
<style>
span { border-color: #E95351; }
span { border-color: rgb(233,83,81); }
td.TdClassName
{
border-color: #E95351;
}
.TagClassName
{
border-color: #E95351;
}
</style>