Shades of Carissma #E68299
Tints of Carissma #E68299
RGB
CMYK
RGB Variations
Color information
#E68299 (or 0xE68299) is known color: Carissma. HEX triplet: E6, 82 and 99. RGB value is (230,130,153). Sum of RGB (Red+Green+Blue) = 230+130+153=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68299 is #197D66. Grayscale: #A2A2A2. Windows color (decimal): -1670503 or 10060518. OLE color: 10060518.
HSL color Cylindrical-coordinate representation of color #E68299: hue angle of 346.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68299 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 153 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.10 |
| HSL | 346.2º | 0.67% | 0.71% | - |
| HSV(B) | 346.2º | 0.43% | 0.9% | - |
| XYZ | 46.37 | 35.09 | 34.47 | - |
| YUV | 162.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 153 | 0 | 0.43 | 0.33 | 0.10 | 346.2 | 0.67 | 0.71 |
| Hex | E6 | 82 | 99 | 0 | 2B | 21 | A | 15A | 43 | 47 |
| Octal | 346 | 202 | 231 | 0 | 53 | 41 | 12 | 532 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10011001 | 0 | 101011 | 100001 | 1010 | 101011010 | 1000011 | 1000111 |
Color Harmonies of #E68299
Complementary color
Monochromatic Colors of #E68299
Black with #E68299
Text Example
Text Example
White with #E68299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68299; }
p { color: rgb(230,130,153); }
H1.HeaderClassName
{
color: #E68299;
}
.AnyTagClassName
{
color: #E68299;
}
</style>
background-color css
<style>
a { background-color: #E68299; }
a { background-color: rgb(230,130,153); }
div.DivClassName
{
background-color: #E68299;
}
.BgClassName
{
background-color: #E68299;
}
</style>
border-color css
<style>
span { border-color: #E68299; }
span { border-color: rgb(230,130,153); }
td.TdClassName
{
border-color: #E68299;
}
.TagClassName
{
border-color: #E68299;
}
</style>