Shades of Kobi #E488AF
Tints of Kobi #E488AF
RGB
CMYK
RGB Variations
Color information
#E488AF (or 0xE488AF) is known color: Kobi. HEX triplet: E4, 88 and AF. RGB value is (228,136,175). Sum of RGB (Red+Green+Blue) = 228+136+175=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E488AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E488AF is #1B7750. Grayscale: #A7A7A7. Windows color (decimal): -1800017 or 11503844. OLE color: 11503844.
HSL color Cylindrical-coordinate representation of color #E488AF: hue angle of 334.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488AF is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 175 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.11 |
| HSL | 334.57º | 0.63% | 0.71% | - |
| HSV(B) | 334.57º | 0.4% | 0.89% | - |
| XYZ | 48.54 | 37.2 | 45.18 | - |
| YUV | 167.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 175 | 0 | 0.40 | 0.23 | 0.11 | 334.57 | 0.63 | 0.71 |
| Hex | E4 | 88 | AF | 0 | 28 | 17 | B | 14F | 3F | 47 |
| Octal | 344 | 210 | 257 | 0 | 50 | 27 | 13 | 517 | 77 | 107 |
| Binary | 11100100 | 10001000 | 10101111 | 0 | 101000 | 10111 | 1011 | 101001111 | 111111 | 1000111 |
Color Harmonies of #E488AF
Complementary color
Monochromatic Colors of #E488AF
Black with #E488AF
Text Example
Text Example
White with #E488AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488AF; }
p { color: rgb(228,136,175); }
H1.HeaderClassName
{
color: #E488AF;
}
.AnyTagClassName
{
color: #E488AF;
}
</style>
background-color css
<style>
a { background-color: #E488AF; }
a { background-color: rgb(228,136,175); }
div.DivClassName
{
background-color: #E488AF;
}
.BgClassName
{
background-color: #E488AF;
}
</style>
border-color css
<style>
span { border-color: #E488AF; }
span { border-color: rgb(228,136,175); }
td.TdClassName
{
border-color: #E488AF;
}
.TagClassName
{
border-color: #E488AF;
}
</style>