Shades of Carissma #E68192
Tints of Carissma #E68192
RGB
CMYK
RGB Variations
Color information
#E68192 (or 0xE68192) is known color: Carissma. HEX triplet: E6, 81 and 92. RGB value is (230,129,146). Sum of RGB (Red+Green+Blue) = 230+129+146=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E68192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68192 is #197E6D. Grayscale: #A1A1A1. Windows color (decimal): -1670766 or 9601510. OLE color: 9601510.
HSL color Cylindrical-coordinate representation of color #E68192: hue angle of 349.9º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68192 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 146 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.10 |
| HSL | 349.9º | 0.67% | 0.7% | - |
| HSV(B) | 349.9º | 0.44% | 0.9% | - |
| XYZ | 45.67 | 34.6 | 31.47 | - |
| YUV | 161.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 146 | 0 | 0.44 | 0.37 | 0.10 | 349.9 | 0.67 | 0.7 |
| Hex | E6 | 81 | 92 | 0 | 2C | 25 | A | 15E | 43 | 46 |
| Octal | 346 | 201 | 222 | 0 | 54 | 45 | 12 | 536 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10010010 | 0 | 101100 | 100101 | 1010 | 101011110 | 1000011 | 1000110 |
Color Harmonies of #E68192
Complementary color
Monochromatic Colors of #E68192
Black with #E68192
Text Example
Text Example
White with #E68192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68192; }
p { color: rgb(230,129,146); }
H1.HeaderClassName
{
color: #E68192;
}
.AnyTagClassName
{
color: #E68192;
}
</style>
background-color css
<style>
a { background-color: #E68192; }
a { background-color: rgb(230,129,146); }
div.DivClassName
{
background-color: #E68192;
}
.BgClassName
{
background-color: #E68192;
}
</style>
border-color css
<style>
span { border-color: #E68192; }
span { border-color: rgb(230,129,146); }
td.TdClassName
{
border-color: #E68192;
}
.TagClassName
{
border-color: #E68192;
}
</style>