Shades of Carissma #E68A99
Tints of Carissma #E68A99
RGB
CMYK
RGB Variations
Color information
#E68A99 (or 0xE68A99) is known color: Carissma. HEX triplet: E6, 8A and 99. RGB value is (230,138,153). Sum of RGB (Red+Green+Blue) = 230+138+153=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A99 is #197566. Grayscale: #A7A7A7. Windows color (decimal): -1668455 or 10062566. OLE color: 10062566.
HSL color Cylindrical-coordinate representation of color #E68A99: hue angle of 350.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68A99 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 153 | - |
| CMYK | 0 | 0.4 | 0.33 | 0.10 |
| HSL | 350.22º | 0.65% | 0.72% | - |
| HSV(B) | 350.22º | 0.4% | 0.9% | - |
| XYZ | 47.47 | 37.3 | 34.83 | - |
| YUV | 167.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 153 | 0 | 0.4 | 0.33 | 0.10 | 350.22 | 0.65 | 0.72 |
| Hex | E6 | 8A | 99 | 0 | 28 | 21 | A | 15E | 41 | 48 |
| Octal | 346 | 212 | 231 | 0 | 50 | 41 | 12 | 536 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10011001 | 0 | 101000 | 100001 | 1010 | 101011110 | 1000001 | 1001000 |
Color Harmonies of #E68A99
Complementary color
Monochromatic Colors of #E68A99
Black with #E68A99
Text Example
Text Example
White with #E68A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A99; }
p { color: rgb(230,138,153); }
H1.HeaderClassName
{
color: #E68A99;
}
.AnyTagClassName
{
color: #E68A99;
}
</style>
background-color css
<style>
a { background-color: #E68A99; }
a { background-color: rgb(230,138,153); }
div.DivClassName
{
background-color: #E68A99;
}
.BgClassName
{
background-color: #E68A99;
}
</style>
border-color css
<style>
span { border-color: #E68A99; }
span { border-color: rgb(230,138,153); }
td.TdClassName
{
border-color: #E68A99;
}
.TagClassName
{
border-color: #E68A99;
}
</style>