Shades of Carissma #E68A94
Tints of Carissma #E68A94
RGB
CMYK
RGB Variations
Color information
#E68A94 (or 0xE68A94) is known color: Carissma. HEX triplet: E6, 8A and 94. RGB value is (230,138,148). Sum of RGB (Red+Green+Blue) = 230+138+148=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A94 is #19756B. Grayscale: #A6A6A6. Windows color (decimal): -1668460 or 9734886. OLE color: 9734886.
HSL color Cylindrical-coordinate representation of color #E68A94: hue angle of 353.48º 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 #E68A94 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 148 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.10 |
| HSL | 353.48º | 0.65% | 0.72% | - |
| HSV(B) | 353.48º | 0.4% | 0.9% | - |
| XYZ | 47.07 | 37.14 | 32.7 | - |
| YUV | 166.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 148 | 0 | 0.4 | 0.36 | 0.10 | 353.48 | 0.65 | 0.72 |
| Hex | E6 | 8A | 94 | 0 | 28 | 24 | A | 161 | 41 | 48 |
| Octal | 346 | 212 | 224 | 0 | 50 | 44 | 12 | 541 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10010100 | 0 | 101000 | 100100 | 1010 | 101100001 | 1000001 | 1001000 |
Color Harmonies of #E68A94
Complementary color
Monochromatic Colors of #E68A94
Black with #E68A94
Text Example
Text Example
White with #E68A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A94; }
p { color: rgb(230,138,148); }
H1.HeaderClassName
{
color: #E68A94;
}
.AnyTagClassName
{
color: #E68A94;
}
</style>
background-color css
<style>
a { background-color: #E68A94; }
a { background-color: rgb(230,138,148); }
div.DivClassName
{
background-color: #E68A94;
}
.BgClassName
{
background-color: #E68A94;
}
</style>
border-color css
<style>
span { border-color: #E68A94; }
span { border-color: rgb(230,138,148); }
td.TdClassName
{
border-color: #E68A94;
}
.TagClassName
{
border-color: #E68A94;
}
</style>