Shades of Carissma #E58690
Tints of Carissma #E58690
RGB
CMYK
RGB Variations
Color information
#E58690 (or 0xE58690) is known color: Carissma. HEX triplet: E5, 86 and 90. RGB value is (229,134,144). Sum of RGB (Red+Green+Blue) = 229+134+144=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E58690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58690 is #1A796F. Grayscale: #A3A3A3. Windows color (decimal): -1735024 or 9471717. OLE color: 9471717.
HSL color Cylindrical-coordinate representation of color #E58690: hue angle of 353.68º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58690 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 144 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.10 |
| HSL | 353.68º | 0.65% | 0.71% | - |
| HSV(B) | 353.68º | 0.41% | 0.9% | - |
| XYZ | 45.87 | 35.72 | 30.86 | - |
| YUV | 163.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 144 | 0 | 0.41 | 0.37 | 0.10 | 353.68 | 0.65 | 0.71 |
| Hex | E5 | 86 | 90 | 0 | 29 | 25 | A | 162 | 41 | 47 |
| Octal | 345 | 206 | 220 | 0 | 51 | 45 | 12 | 542 | 101 | 107 |
| Binary | 11100101 | 10000110 | 10010000 | 0 | 101001 | 100101 | 1010 | 101100010 | 1000001 | 1000111 |
Color Harmonies of #E58690
Complementary color
Monochromatic Colors of #E58690
Black with #E58690
Text Example
Text Example
White with #E58690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58690; }
p { color: rgb(229,134,144); }
H1.HeaderClassName
{
color: #E58690;
}
.AnyTagClassName
{
color: #E58690;
}
</style>
background-color css
<style>
a { background-color: #E58690; }
a { background-color: rgb(229,134,144); }
div.DivClassName
{
background-color: #E58690;
}
.BgClassName
{
background-color: #E58690;
}
</style>
border-color css
<style>
span { border-color: #E58690; }
span { border-color: rgb(229,134,144); }
td.TdClassName
{
border-color: #E58690;
}
.TagClassName
{
border-color: #E58690;
}
</style>