Shades of Carissma #E68790
Tints of Carissma #E68790
RGB
CMYK
RGB Variations
Color information
#E68790 (or 0xE68790) is known color: Carissma. HEX triplet: E6, 87 and 90. RGB value is (230,135,144). Sum of RGB (Red+Green+Blue) = 230+135+144=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68790 is #19786F. Grayscale: #A4A4A4. Windows color (decimal): -1669232 or 9471974. OLE color: 9471974.
HSL color Cylindrical-coordinate representation of color #E68790: hue angle of 354.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68790 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 144 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.10 |
| HSL | 354.32º | 0.66% | 0.72% | - |
| HSV(B) | 354.32º | 0.41% | 0.9% | - |
| XYZ | 46.33 | 36.16 | 30.92 | - |
| YUV | 164.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 144 | 0 | 0.41 | 0.37 | 0.10 | 354.32 | 0.66 | 0.72 |
| Hex | E6 | 87 | 90 | 0 | 29 | 25 | A | 162 | 42 | 48 |
| Octal | 346 | 207 | 220 | 0 | 51 | 45 | 12 | 542 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10010000 | 0 | 101001 | 100101 | 1010 | 101100010 | 1000010 | 1001000 |
Color Harmonies of #E68790
Complementary color
Monochromatic Colors of #E68790
Black with #E68790
Text Example
Text Example
White with #E68790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68790; }
p { color: rgb(230,135,144); }
H1.HeaderClassName
{
color: #E68790;
}
.AnyTagClassName
{
color: #E68790;
}
</style>
background-color css
<style>
a { background-color: #E68790; }
a { background-color: rgb(230,135,144); }
div.DivClassName
{
background-color: #E68790;
}
.BgClassName
{
background-color: #E68790;
}
</style>
border-color css
<style>
span { border-color: #E68790; }
span { border-color: rgb(230,135,144); }
td.TdClassName
{
border-color: #E68790;
}
.TagClassName
{
border-color: #E68790;
}
</style>