Shades of Kobi #E682A8
Tints of Kobi #E682A8
RGB
CMYK
RGB Variations
Color information
#E682A8 (or 0xE682A8) is known color: Kobi. HEX triplet: E6, 82 and A8. RGB value is (230,130,168). Sum of RGB (Red+Green+Blue) = 230+130+168=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E682A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E682A8 is #197D57. Grayscale: #A4A4A4. Windows color (decimal): -1670488 or 11043558. OLE color: 11043558.
HSL color Cylindrical-coordinate representation of color #E682A8: hue angle of 337.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682A8 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 168 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.10 |
| HSL | 337.2º | 0.67% | 0.71% | - |
| HSV(B) | 337.2º | 0.43% | 0.9% | - |
| XYZ | 47.68 | 35.62 | 41.41 | - |
| YUV | 164.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 168 | 0 | 0.43 | 0.27 | 0.10 | 337.2 | 0.67 | 0.71 |
| Hex | E6 | 82 | A8 | 0 | 2B | 1B | A | 151 | 43 | 47 |
| Octal | 346 | 202 | 250 | 0 | 53 | 33 | 12 | 521 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10101000 | 0 | 101011 | 11011 | 1010 | 101010001 | 1000011 | 1000111 |
Color Harmonies of #E682A8
Complementary color
Monochromatic Colors of #E682A8
Black with #E682A8
Text Example
Text Example
White with #E682A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682A8; }
p { color: rgb(230,130,168); }
H1.HeaderClassName
{
color: #E682A8;
}
.AnyTagClassName
{
color: #E682A8;
}
</style>
background-color css
<style>
a { background-color: #E682A8; }
a { background-color: rgb(230,130,168); }
div.DivClassName
{
background-color: #E682A8;
}
.BgClassName
{
background-color: #E682A8;
}
</style>
border-color css
<style>
span { border-color: #E682A8; }
span { border-color: rgb(230,130,168); }
td.TdClassName
{
border-color: #E682A8;
}
.TagClassName
{
border-color: #E682A8;
}
</style>