Shades of Kobi #E581AF
Tints of Kobi #E581AF
RGB
CMYK
RGB Variations
Color information
#E581AF (or 0xE581AF) is known color: Kobi. HEX triplet: E5, 81 and AF. RGB value is (229,129,175). Sum of RGB (Red+Green+Blue) = 229+129+175=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E581AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E581AF is #1A7E50. Grayscale: #A4A4A4. Windows color (decimal): -1736273 or 11502053. OLE color: 11502053.
HSL color Cylindrical-coordinate representation of color #E581AF: hue angle of 332.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E581AF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 175 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.10 |
| HSL | 332.4º | 0.66% | 0.7% | - |
| HSV(B) | 332.4º | 0.44% | 0.9% | - |
| XYZ | 47.9 | 35.45 | 44.88 | - |
| YUV | 164.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 175 | 0 | 0.44 | 0.24 | 0.10 | 332.4 | 0.66 | 0.7 |
| Hex | E5 | 81 | AF | 0 | 2C | 18 | A | 14C | 42 | 46 |
| Octal | 345 | 201 | 257 | 0 | 54 | 30 | 12 | 514 | 102 | 106 |
| Binary | 11100101 | 10000001 | 10101111 | 0 | 101100 | 11000 | 1010 | 101001100 | 1000010 | 1000110 |
Color Harmonies of #E581AF
Complementary color
Monochromatic Colors of #E581AF
Black with #E581AF
Text Example
Text Example
White with #E581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E581AF; }
p { color: rgb(229,129,175); }
H1.HeaderClassName
{
color: #E581AF;
}
.AnyTagClassName
{
color: #E581AF;
}
</style>
background-color css
<style>
a { background-color: #E581AF; }
a { background-color: rgb(229,129,175); }
div.DivClassName
{
background-color: #E581AF;
}
.BgClassName
{
background-color: #E581AF;
}
</style>
border-color css
<style>
span { border-color: #E581AF; }
span { border-color: rgb(229,129,175); }
td.TdClassName
{
border-color: #E581AF;
}
.TagClassName
{
border-color: #E581AF;
}
</style>