Shades of Kobi #EA88B0
Tints of Kobi #EA88B0
RGB
CMYK
RGB Variations
Color information
#EA88B0 (or 0xEA88B0) is known color: Kobi. HEX triplet: EA, 88 and B0. RGB value is (234,136,176). Sum of RGB (Red+Green+Blue) = 234+136+176=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88B0 is #15774F. Grayscale: #A9A9A9. Windows color (decimal): -1406800 or 11569386. OLE color: 11569386.
HSL color Cylindrical-coordinate representation of color #EA88B0: hue angle of 335.51º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88B0 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 176 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.08 |
| HSL | 335.51º | 0.7% | 0.73% | - |
| HSV(B) | 335.51º | 0.42% | 0.92% | - |
| XYZ | 50.57 | 38.24 | 45.79 | - |
| YUV | 169.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 176 | 0 | 0.42 | 0.25 | 0.08 | 335.51 | 0.7 | 0.73 |
| Hex | EA | 88 | B0 | 0 | 2A | 19 | 8 | 150 | 46 | 49 |
| Octal | 352 | 210 | 260 | 0 | 52 | 31 | 10 | 520 | 106 | 111 |
| Binary | 11101010 | 10001000 | 10110000 | 0 | 101010 | 11001 | 1000 | 101010000 | 1000110 | 1001001 |
Color Harmonies of #EA88B0
Complementary color
Monochromatic Colors of #EA88B0
Black with #EA88B0
Text Example
Text Example
White with #EA88B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88B0; }
p { color: rgb(234,136,176); }
H1.HeaderClassName
{
color: #EA88B0;
}
.AnyTagClassName
{
color: #EA88B0;
}
</style>
background-color css
<style>
a { background-color: #EA88B0; }
a { background-color: rgb(234,136,176); }
div.DivClassName
{
background-color: #EA88B0;
}
.BgClassName
{
background-color: #EA88B0;
}
</style>
border-color css
<style>
span { border-color: #EA88B0; }
span { border-color: rgb(234,136,176); }
td.TdClassName
{
border-color: #EA88B0;
}
.TagClassName
{
border-color: #EA88B0;
}
</style>