Shades of Kobi #E182B2
Tints of Kobi #E182B2
RGB
CMYK
RGB Variations
Color information
#E182B2 (or 0xE182B2) is known color: Kobi. HEX triplet: E1, 82 and B2. RGB value is (225,130,178). Sum of RGB (Red+Green+Blue) = 225+130+178=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182B2 is #1E7D4D. Grayscale: #A3A3A3. Windows color (decimal): -1998158 or 11698913. OLE color: 11698913.
HSL color Cylindrical-coordinate representation of color #E182B2: hue angle of 329.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182B2 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 178 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.12 |
| HSL | 329.68º | 0.61% | 0.7% | - |
| HSV(B) | 329.68º | 0.42% | 0.88% | - |
| XYZ | 47.07 | 35.19 | 46.43 | - |
| YUV | 163.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 178 | 0 | 0.42 | 0.21 | 0.12 | 329.68 | 0.61 | 0.7 |
| Hex | E1 | 82 | B2 | 0 | 2A | 15 | C | 14A | 3D | 46 |
| Octal | 341 | 202 | 262 | 0 | 52 | 25 | 14 | 512 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10110010 | 0 | 101010 | 10101 | 1100 | 101001010 | 111101 | 1000110 |
Color Harmonies of #E182B2
Complementary color
Monochromatic Colors of #E182B2
Black with #E182B2
Text Example
Text Example
White with #E182B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182B2; }
p { color: rgb(225,130,178); }
H1.HeaderClassName
{
color: #E182B2;
}
.AnyTagClassName
{
color: #E182B2;
}
</style>
background-color css
<style>
a { background-color: #E182B2; }
a { background-color: rgb(225,130,178); }
div.DivClassName
{
background-color: #E182B2;
}
.BgClassName
{
background-color: #E182B2;
}
</style>
border-color css
<style>
span { border-color: #E182B2; }
span { border-color: rgb(225,130,178); }
td.TdClassName
{
border-color: #E182B2;
}
.TagClassName
{
border-color: #E182B2;
}
</style>