Shades of Kobi #E382B0
Tints of Kobi #E382B0
RGB
CMYK
RGB Variations
Color information
#E382B0 (or 0xE382B0) is known color: Kobi. HEX triplet: E3, 82 and B0. RGB value is (227,130,176). Sum of RGB (Red+Green+Blue) = 227+130+176=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E382B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E382B0 is #1C7D4F. Grayscale: #A4A4A4. Windows color (decimal): -1867088 or 11567843. OLE color: 11567843.
HSL color Cylindrical-coordinate representation of color #E382B0: hue angle of 331.55º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382B0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 176 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.11 |
| HSL | 331.55º | 0.63% | 0.7% | - |
| HSV(B) | 331.55º | 0.43% | 0.89% | - |
| XYZ | 47.5 | 35.43 | 45.41 | - |
| YUV | 164.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 176 | 0 | 0.43 | 0.22 | 0.11 | 331.55 | 0.63 | 0.7 |
| Hex | E3 | 82 | B0 | 0 | 2B | 16 | B | 14C | 3F | 46 |
| Octal | 343 | 202 | 260 | 0 | 53 | 26 | 13 | 514 | 77 | 106 |
| Binary | 11100011 | 10000010 | 10110000 | 0 | 101011 | 10110 | 1011 | 101001100 | 111111 | 1000110 |
Color Harmonies of #E382B0
Complementary color
Monochromatic Colors of #E382B0
Black with #E382B0
Text Example
Text Example
White with #E382B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382B0; }
p { color: rgb(227,130,176); }
H1.HeaderClassName
{
color: #E382B0;
}
.AnyTagClassName
{
color: #E382B0;
}
</style>
background-color css
<style>
a { background-color: #E382B0; }
a { background-color: rgb(227,130,176); }
div.DivClassName
{
background-color: #E382B0;
}
.BgClassName
{
background-color: #E382B0;
}
</style>
border-color css
<style>
span { border-color: #E382B0; }
span { border-color: rgb(227,130,176); }
td.TdClassName
{
border-color: #E382B0;
}
.TagClassName
{
border-color: #E382B0;
}
</style>