Shades of Flamingo #EE634F
Tints of Flamingo #EE634F
RGB
CMYK
RGB Variations
Color information
#EE634F (or 0xEE634F) is known color: Flamingo. HEX triplet: EE, 63 and 4F. RGB value is (238,99,79). Sum of RGB (Red+Green+Blue) = 238+99+79=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE634F is #119CB0. Grayscale: #8A8A8A. Windows color (decimal): -1154225 or 5202926. OLE color: 5202926.
HSL color Cylindrical-coordinate representation of color #EE634F: hue angle of 7.55º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE634F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 79 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.07 |
| HSL | 7.55º | 0.82% | 0.62% | - |
| HSV(B) | 7.55º | 0.67% | 0.93% | - |
| XYZ | 41.13 | 27.67 | 10.57 | - |
| YUV | 138.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 79 | 0 | 0.58 | 0.67 | 0.07 | 7.55 | 0.82 | 0.62 |
| Hex | EE | 63 | 4F | 0 | 3A | 43 | 7 | 8 | 52 | 3E |
| Octal | 356 | 143 | 117 | 0 | 72 | 103 | 7 | 10 | 122 | 76 |
| Binary | 11101110 | 1100011 | 1001111 | 0 | 111010 | 1000011 | 111 | 1000 | 1010010 | 111110 |
Color Harmonies of #EE634F
Complementary color
Monochromatic Colors of #EE634F
Black with #EE634F
Text Example
Text Example
White with #EE634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE634F; }
p { color: rgb(238,99,79); }
H1.HeaderClassName
{
color: #EE634F;
}
.AnyTagClassName
{
color: #EE634F;
}
</style>
background-color css
<style>
a { background-color: #EE634F; }
a { background-color: rgb(238,99,79); }
div.DivClassName
{
background-color: #EE634F;
}
.BgClassName
{
background-color: #EE634F;
}
</style>
border-color css
<style>
span { border-color: #EE634F; }
span { border-color: rgb(238,99,79); }
td.TdClassName
{
border-color: #EE634F;
}
.TagClassName
{
border-color: #EE634F;
}
</style>