Shades of Kobi #E2A1B4
Tints of Kobi #E2A1B4
RGB
CMYK
RGB Variations
Color information
#E2A1B4 (or 0xE2A1B4) is known color: Kobi. HEX triplet: E2, A1 and B4. RGB value is (226,161,180). Sum of RGB (Red+Green+Blue) = 226+161+180=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1B4 is #1D5E4B. Grayscale: #B6B6B6. Windows color (decimal): -1924684 or 11837922. OLE color: 11837922.
HSL color Cylindrical-coordinate representation of color #E2A1B4: hue angle of 342.46º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A1B4 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 180 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.11 |
| HSL | 342.46º | 0.53% | 0.76% | - |
| HSV(B) | 342.46º | 0.29% | 0.89% | - |
| XYZ | 52.35 | 44.95 | 49.1 | - |
| YUV | 182.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 180 | 0 | 0.29 | 0.20 | 0.11 | 342.46 | 0.53 | 0.76 |
| Hex | E2 | A1 | B4 | 0 | 1D | 14 | B | 156 | 35 | 4C |
| Octal | 342 | 241 | 264 | 0 | 35 | 24 | 13 | 526 | 65 | 114 |
| Binary | 11100010 | 10100001 | 10110100 | 0 | 11101 | 10100 | 1011 | 101010110 | 110101 | 1001100 |
Color Harmonies of #E2A1B4
Complementary color
Monochromatic Colors of #E2A1B4
Black with #E2A1B4
Text Example
Text Example
White with #E2A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A1B4; }
p { color: rgb(226,161,180); }
H1.HeaderClassName
{
color: #E2A1B4;
}
.AnyTagClassName
{
color: #E2A1B4;
}
</style>
background-color css
<style>
a { background-color: #E2A1B4; }
a { background-color: rgb(226,161,180); }
div.DivClassName
{
background-color: #E2A1B4;
}
.BgClassName
{
background-color: #E2A1B4;
}
</style>
border-color css
<style>
span { border-color: #E2A1B4; }
span { border-color: rgb(226,161,180); }
td.TdClassName
{
border-color: #E2A1B4;
}
.TagClassName
{
border-color: #E2A1B4;
}
</style>