Shades of Kobi #E27DAD
Tints of Kobi #E27DAD
RGB
CMYK
RGB Variations
Color information
#E27DAD (or 0xE27DAD) is known color: Kobi. HEX triplet: E2, 7D and AD. RGB value is (226,125,173). Sum of RGB (Red+Green+Blue) = 226+125+173=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DAD is #1D8252. Grayscale: #A0A0A0. Windows color (decimal): -1933907 or 11369954. OLE color: 11369954.
HSL color Cylindrical-coordinate representation of color #E27DAD: hue angle of 331.49º degrees, saturation: 0.64, 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 #E27DAD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 173 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.11 |
| HSL | 331.49º | 0.64% | 0.69% | - |
| HSV(B) | 331.49º | 0.45% | 0.89% | - |
| XYZ | 46.24 | 33.85 | 43.63 | - |
| YUV | 160.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 173 | 0 | 0.45 | 0.23 | 0.11 | 331.49 | 0.64 | 0.69 |
| Hex | E2 | 7D | AD | 0 | 2D | 17 | B | 14B | 40 | 45 |
| Octal | 342 | 175 | 255 | 0 | 55 | 27 | 13 | 513 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10101101 | 0 | 101101 | 10111 | 1011 | 101001011 | 1000000 | 1000101 |
Color Harmonies of #E27DAD
Complementary color
Monochromatic Colors of #E27DAD
Black with #E27DAD
Text Example
Text Example
White with #E27DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DAD; }
p { color: rgb(226,125,173); }
H1.HeaderClassName
{
color: #E27DAD;
}
.AnyTagClassName
{
color: #E27DAD;
}
</style>
background-color css
<style>
a { background-color: #E27DAD; }
a { background-color: rgb(226,125,173); }
div.DivClassName
{
background-color: #E27DAD;
}
.BgClassName
{
background-color: #E27DAD;
}
</style>
border-color css
<style>
span { border-color: #E27DAD; }
span { border-color: rgb(226,125,173); }
td.TdClassName
{
border-color: #E27DAD;
}
.TagClassName
{
border-color: #E27DAD;
}
</style>