Shades of Kobi #E47EAD
Tints of Kobi #E47EAD
RGB
CMYK
RGB Variations
Color information
#E47EAD (or 0xE47EAD) is known color: Kobi. HEX triplet: E4, 7E and AD. RGB value is (228,126,173). Sum of RGB (Red+Green+Blue) = 228+126+173=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EAD is #1B8152. Grayscale: #A1A1A1. Windows color (decimal): -1802579 or 11370212. OLE color: 11370212.
HSL color Cylindrical-coordinate representation of color #E47EAD: hue angle of 332.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47EAD is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 173 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.11 |
| HSL | 332.35º | 0.65% | 0.69% | - |
| HSV(B) | 332.35º | 0.45% | 0.89% | - |
| XYZ | 47 | 34.43 | 43.7 | - |
| YUV | 161.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 173 | 0 | 0.45 | 0.24 | 0.11 | 332.35 | 0.65 | 0.69 |
| Hex | E4 | 7E | AD | 0 | 2D | 18 | B | 14C | 41 | 45 |
| Octal | 344 | 176 | 255 | 0 | 55 | 30 | 13 | 514 | 101 | 105 |
| Binary | 11100100 | 1111110 | 10101101 | 0 | 101101 | 11000 | 1011 | 101001100 | 1000001 | 1000101 |
Color Harmonies of #E47EAD
Complementary color
Monochromatic Colors of #E47EAD
Black with #E47EAD
Text Example
Text Example
White with #E47EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47EAD; }
p { color: rgb(228,126,173); }
H1.HeaderClassName
{
color: #E47EAD;
}
.AnyTagClassName
{
color: #E47EAD;
}
</style>
background-color css
<style>
a { background-color: #E47EAD; }
a { background-color: rgb(228,126,173); }
div.DivClassName
{
background-color: #E47EAD;
}
.BgClassName
{
background-color: #E47EAD;
}
</style>
border-color css
<style>
span { border-color: #E47EAD; }
span { border-color: rgb(228,126,173); }
td.TdClassName
{
border-color: #E47EAD;
}
.TagClassName
{
border-color: #E47EAD;
}
</style>