Shades of Kobi #E482AA
Tints of Kobi #E482AA
RGB
CMYK
RGB Variations
Color information
#E482AA (or 0xE482AA) is known color: Kobi. HEX triplet: E4, 82 and AA. RGB value is (228,130,170). Sum of RGB (Red+Green+Blue) = 228+130+170=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E482AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482AA is #1B7D55. Grayscale: #A3A3A3. Windows color (decimal): -1801558 or 11174628. OLE color: 11174628.
HSL color Cylindrical-coordinate representation of color #E482AA: hue angle of 335.51º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482AA is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 170 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 335.51º | 0.64% | 0.7% | - |
| HSV(B) | 335.51º | 0.43% | 0.89% | - |
| XYZ | 47.23 | 35.36 | 42.37 | - |
| YUV | 163.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 170 | 0 | 0.43 | 0.25 | 0.11 | 335.51 | 0.64 | 0.7 |
| Hex | E4 | 82 | AA | 0 | 2B | 19 | B | 150 | 40 | 46 |
| Octal | 344 | 202 | 252 | 0 | 53 | 31 | 13 | 520 | 100 | 106 |
| Binary | 11100100 | 10000010 | 10101010 | 0 | 101011 | 11001 | 1011 | 101010000 | 1000000 | 1000110 |
Color Harmonies of #E482AA
Complementary color
Monochromatic Colors of #E482AA
Black with #E482AA
Text Example
Text Example
White with #E482AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482AA; }
p { color: rgb(228,130,170); }
H1.HeaderClassName
{
color: #E482AA;
}
.AnyTagClassName
{
color: #E482AA;
}
</style>
background-color css
<style>
a { background-color: #E482AA; }
a { background-color: rgb(228,130,170); }
div.DivClassName
{
background-color: #E482AA;
}
.BgClassName
{
background-color: #E482AA;
}
</style>
border-color css
<style>
span { border-color: #E482AA; }
span { border-color: rgb(228,130,170); }
td.TdClassName
{
border-color: #E482AA;
}
.TagClassName
{
border-color: #E482AA;
}
</style>