Shades of Flamingo #DE5E4A
Tints of Flamingo #DE5E4A
RGB
CMYK
RGB Variations
Color information
#DE5E4A (or 0xDE5E4A) is known color: Flamingo. HEX triplet: DE, 5E and 4A. RGB value is (222,94,74). Sum of RGB (Red+Green+Blue) = 222+94+74=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E4A is #21A1B5. Grayscale: #828282. Windows color (decimal): -2204086 or 4873950. OLE color: 4873950.
HSL color Cylindrical-coordinate representation of color #DE5E4A: hue angle of 8.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE5E4A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 74 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.13 |
| HSL | 8.11º | 0.69% | 0.58% | - |
| HSV(B) | 8.11º | 0.67% | 0.87% | - |
| XYZ | 35.36 | 24.03 | 9.25 | - |
| YUV | 129.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 74 | 0 | 0.58 | 0.67 | 0.13 | 8.11 | 0.69 | 0.58 |
| Hex | DE | 5E | 4A | 0 | 3A | 43 | D | 8 | 45 | 3A |
| Octal | 336 | 136 | 112 | 0 | 72 | 103 | 15 | 10 | 105 | 72 |
| Binary | 11011110 | 1011110 | 1001010 | 0 | 111010 | 1000011 | 1101 | 1000 | 1000101 | 111010 |
Color Harmonies of #DE5E4A
Complementary color
Monochromatic Colors of #DE5E4A
Black with #DE5E4A
Text Example
Text Example
White with #DE5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E4A; }
p { color: rgb(222,94,74); }
H1.HeaderClassName
{
color: #DE5E4A;
}
.AnyTagClassName
{
color: #DE5E4A;
}
</style>
background-color css
<style>
a { background-color: #DE5E4A; }
a { background-color: rgb(222,94,74); }
div.DivClassName
{
background-color: #DE5E4A;
}
.BgClassName
{
background-color: #DE5E4A;
}
</style>
border-color css
<style>
span { border-color: #DE5E4A; }
span { border-color: rgb(222,94,74); }
td.TdClassName
{
border-color: #DE5E4A;
}
.TagClassName
{
border-color: #DE5E4A;
}
</style>