Shades of Flamingo #E6634B
Tints of Flamingo #E6634B
RGB
CMYK
RGB Variations
Color information
#E6634B (or 0xE6634B) is known color: Flamingo. HEX triplet: E6, 63 and 4B. RGB value is (230,99,75). Sum of RGB (Red+Green+Blue) = 230+99+75=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6634B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6634B is #199CB4. Grayscale: #878787. Windows color (decimal): -1678517 or 4940774. OLE color: 4940774.
HSL color Cylindrical-coordinate representation of color #E6634B: hue angle of 9.29º 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 #E6634B is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 75 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.10 |
| HSL | 9.29º | 0.76% | 0.6% | - |
| HSV(B) | 9.29º | 0.67% | 0.9% | - |
| XYZ | 38.36 | 26.25 | 9.7 | - |
| YUV | 135.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 75 | 0 | 0.57 | 0.67 | 0.10 | 9.29 | 0.76 | 0.6 |
| Hex | E6 | 63 | 4B | 0 | 39 | 43 | A | 9 | 4C | 3C |
| Octal | 346 | 143 | 113 | 0 | 71 | 103 | 12 | 11 | 114 | 74 |
| Binary | 11100110 | 1100011 | 1001011 | 0 | 111001 | 1000011 | 1010 | 1001 | 1001100 | 111100 |
Color Harmonies of #E6634B
Complementary color
Monochromatic Colors of #E6634B
Black with #E6634B
Text Example
Text Example
White with #E6634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6634B; }
p { color: rgb(230,99,75); }
H1.HeaderClassName
{
color: #E6634B;
}
.AnyTagClassName
{
color: #E6634B;
}
</style>
background-color css
<style>
a { background-color: #E6634B; }
a { background-color: rgb(230,99,75); }
div.DivClassName
{
background-color: #E6634B;
}
.BgClassName
{
background-color: #E6634B;
}
</style>
border-color css
<style>
span { border-color: #E6634B; }
span { border-color: rgb(230,99,75); }
td.TdClassName
{
border-color: #E6634B;
}
.TagClassName
{
border-color: #E6634B;
}
</style>