Shades of Carissma #E68591
Tints of Carissma #E68591
RGB
CMYK
RGB Variations
Color information
#E68591 (or 0xE68591) is known color: Carissma. HEX triplet: E6, 85 and 91. RGB value is (230,133,145). Sum of RGB (Red+Green+Blue) = 230+133+145=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68591 is #197A6E. Grayscale: #A3A3A3. Windows color (decimal): -1669743 or 9536998. OLE color: 9536998.
HSL color Cylindrical-coordinate representation of color #E68591: hue angle of 352.58º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68591 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 145 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.10 |
| HSL | 352.58º | 0.66% | 0.71% | - |
| HSV(B) | 352.58º | 0.42% | 0.9% | - |
| XYZ | 46.13 | 35.64 | 31.24 | - |
| YUV | 163.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 145 | 0 | 0.42 | 0.37 | 0.10 | 352.58 | 0.66 | 0.71 |
| Hex | E6 | 85 | 91 | 0 | 2A | 25 | A | 161 | 42 | 47 |
| Octal | 346 | 205 | 221 | 0 | 52 | 45 | 12 | 541 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10010001 | 0 | 101010 | 100101 | 1010 | 101100001 | 1000010 | 1000111 |
Color Harmonies of #E68591
Complementary color
Monochromatic Colors of #E68591
Black with #E68591
Text Example
Text Example
White with #E68591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68591; }
p { color: rgb(230,133,145); }
H1.HeaderClassName
{
color: #E68591;
}
.AnyTagClassName
{
color: #E68591;
}
</style>
background-color css
<style>
a { background-color: #E68591; }
a { background-color: rgb(230,133,145); }
div.DivClassName
{
background-color: #E68591;
}
.BgClassName
{
background-color: #E68591;
}
</style>
border-color css
<style>
span { border-color: #E68591; }
span { border-color: rgb(230,133,145); }
td.TdClassName
{
border-color: #E68591;
}
.TagClassName
{
border-color: #E68591;
}
</style>