Shades of Flamingo #E65E4B
Tints of Flamingo #E65E4B
RGB
CMYK
RGB Variations
Color information
#E65E4B (or 0xE65E4B) is known color: Flamingo. HEX triplet: E6, 5E and 4B. RGB value is (230,94,75). Sum of RGB (Red+Green+Blue) = 230+94+75=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E4B is #19A1B4. Grayscale: #848484. Windows color (decimal): -1679797 or 4939494. OLE color: 4939494.
HSL color Cylindrical-coordinate representation of color #E65E4B: hue angle of 7.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E65E4B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 75 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.10 |
| HSL | 7.35º | 0.76% | 0.6% | - |
| HSV(B) | 7.35º | 0.67% | 0.9% | - |
| XYZ | 37.91 | 25.34 | 9.55 | - |
| YUV | 132.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 75 | 0 | 0.59 | 0.67 | 0.10 | 7.35 | 0.76 | 0.6 |
| Hex | E6 | 5E | 4B | 0 | 3B | 43 | A | 7 | 4C | 3C |
| Octal | 346 | 136 | 113 | 0 | 73 | 103 | 12 | 7 | 114 | 74 |
| Binary | 11100110 | 1011110 | 1001011 | 0 | 111011 | 1000011 | 1010 | 111 | 1001100 | 111100 |
Color Harmonies of #E65E4B
Complementary color
Monochromatic Colors of #E65E4B
Black with #E65E4B
Text Example
Text Example
White with #E65E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E4B; }
p { color: rgb(230,94,75); }
H1.HeaderClassName
{
color: #E65E4B;
}
.AnyTagClassName
{
color: #E65E4B;
}
</style>
background-color css
<style>
a { background-color: #E65E4B; }
a { background-color: rgb(230,94,75); }
div.DivClassName
{
background-color: #E65E4B;
}
.BgClassName
{
background-color: #E65E4B;
}
</style>
border-color css
<style>
span { border-color: #E65E4B; }
span { border-color: rgb(230,94,75); }
td.TdClassName
{
border-color: #E65E4B;
}
.TagClassName
{
border-color: #E65E4B;
}
</style>