Shades of Flamingo #E6635A
Tints of Flamingo #E6635A
RGB
CMYK
RGB Variations
Color information
#E6635A (or 0xE6635A) is known color: Flamingo. HEX triplet: E6, 63 and 5A. RGB value is (230,99,90). Sum of RGB (Red+Green+Blue) = 230+99+90=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6635A is #199CA5. Grayscale: #898989. Windows color (decimal): -1678502 or 5923814. OLE color: 5923814.
HSL color Cylindrical-coordinate representation of color #E6635A: hue angle of 3.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6635A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 90 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.10 |
| HSL | 3.86º | 0.74% | 0.63% | - |
| HSV(B) | 3.86º | 0.61% | 0.9% | - |
| XYZ | 38.94 | 26.48 | 12.73 | - |
| YUV | 137.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 90 | 0 | 0.57 | 0.61 | 0.10 | 3.86 | 0.74 | 0.63 |
| Hex | E6 | 63 | 5A | 0 | 39 | 3D | A | 4 | 4A | 3F |
| Octal | 346 | 143 | 132 | 0 | 71 | 75 | 12 | 4 | 112 | 77 |
| Binary | 11100110 | 1100011 | 1011010 | 0 | 111001 | 111101 | 1010 | 100 | 1001010 | 111111 |
Color Harmonies of #E6635A
Complementary color
Monochromatic Colors of #E6635A
Black with #E6635A
Text Example
Text Example
White with #E6635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6635A; }
p { color: rgb(230,99,90); }
H1.HeaderClassName
{
color: #E6635A;
}
.AnyTagClassName
{
color: #E6635A;
}
</style>
background-color css
<style>
a { background-color: #E6635A; }
a { background-color: rgb(230,99,90); }
div.DivClassName
{
background-color: #E6635A;
}
.BgClassName
{
background-color: #E6635A;
}
</style>
border-color css
<style>
span { border-color: #E6635A; }
span { border-color: rgb(230,99,90); }
td.TdClassName
{
border-color: #E6635A;
}
.TagClassName
{
border-color: #E6635A;
}
</style>