Shades of Carissma #E68792
Tints of Carissma #E68792
RGB
CMYK
RGB Variations
Color information
#E68792 (or 0xE68792) is known color: Carissma. HEX triplet: E6, 87 and 92. RGB value is (230,135,146). Sum of RGB (Red+Green+Blue) = 230+135+146=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68792 is #19786D. Grayscale: #A4A4A4. Windows color (decimal): -1669230 or 9603046. OLE color: 9603046.
HSL color Cylindrical-coordinate representation of color #E68792: hue angle of 353.05º 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 #E68792 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 146 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.10 |
| HSL | 353.05º | 0.66% | 0.72% | - |
| HSV(B) | 353.05º | 0.41% | 0.9% | - |
| XYZ | 46.49 | 36.23 | 31.74 | - |
| YUV | 164.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 146 | 0 | 0.41 | 0.37 | 0.10 | 353.05 | 0.66 | 0.72 |
| Hex | E6 | 87 | 92 | 0 | 29 | 25 | A | 161 | 42 | 48 |
| Octal | 346 | 207 | 222 | 0 | 51 | 45 | 12 | 541 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10010010 | 0 | 101001 | 100101 | 1010 | 101100001 | 1000010 | 1001000 |
Color Harmonies of #E68792
Complementary color
Monochromatic Colors of #E68792
Black with #E68792
Text Example
Text Example
White with #E68792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68792; }
p { color: rgb(230,135,146); }
H1.HeaderClassName
{
color: #E68792;
}
.AnyTagClassName
{
color: #E68792;
}
</style>
background-color css
<style>
a { background-color: #E68792; }
a { background-color: rgb(230,135,146); }
div.DivClassName
{
background-color: #E68792;
}
.BgClassName
{
background-color: #E68792;
}
</style>
border-color css
<style>
span { border-color: #E68792; }
span { border-color: rgb(230,135,146); }
td.TdClassName
{
border-color: #E68792;
}
.TagClassName
{
border-color: #E68792;
}
</style>