Shades of Kobi #E37DAD
Tints of Kobi #E37DAD
RGB
CMYK
RGB Variations
Color information
#E37DAD (or 0xE37DAD) is known color: Kobi. HEX triplet: E3, 7D and AD. RGB value is (227,125,173). Sum of RGB (Red+Green+Blue) = 227+125+173=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DAD is #1C8252. Grayscale: #A0A0A0. Windows color (decimal): -1868371 or 11369955. OLE color: 11369955.
HSL color Cylindrical-coordinate representation of color #E37DAD: hue angle of 331.76º 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 #E37DAD is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 173 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.11 |
| HSL | 331.76º | 0.65% | 0.69% | - |
| HSV(B) | 331.76º | 0.45% | 0.89% | - |
| XYZ | 46.55 | 34.02 | 43.65 | - |
| YUV | 160.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 173 | 0 | 0.45 | 0.24 | 0.11 | 331.76 | 0.65 | 0.69 |
| Hex | E3 | 7D | AD | 0 | 2D | 18 | B | 14C | 41 | 45 |
| Octal | 343 | 175 | 255 | 0 | 55 | 30 | 13 | 514 | 101 | 105 |
| Binary | 11100011 | 1111101 | 10101101 | 0 | 101101 | 11000 | 1011 | 101001100 | 1000001 | 1000101 |
Color Harmonies of #E37DAD
Complementary color
Monochromatic Colors of #E37DAD
Black with #E37DAD
Text Example
Text Example
White with #E37DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DAD; }
p { color: rgb(227,125,173); }
H1.HeaderClassName
{
color: #E37DAD;
}
.AnyTagClassName
{
color: #E37DAD;
}
</style>
background-color css
<style>
a { background-color: #E37DAD; }
a { background-color: rgb(227,125,173); }
div.DivClassName
{
background-color: #E37DAD;
}
.BgClassName
{
background-color: #E37DAD;
}
</style>
border-color css
<style>
span { border-color: #E37DAD; }
span { border-color: rgb(227,125,173); }
td.TdClassName
{
border-color: #E37DAD;
}
.TagClassName
{
border-color: #E37DAD;
}
</style>