Shades of Carissma #EA799E
Tints of Carissma #EA799E
RGB
CMYK
RGB Variations
Color information
#EA799E (or 0xEA799E) is known color: Carissma. HEX triplet: EA, 79 and 9E. RGB value is (234,121,158). Sum of RGB (Red+Green+Blue) = 234+121+158=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA799E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA799E is #158661. Grayscale: #9E9E9E. Windows color (decimal): -1410658 or 10385898. OLE color: 10385898.
HSL color Cylindrical-coordinate representation of color #EA799E: hue angle of 340.35º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA799E is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 158 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.08 |
| HSL | 340.35º | 0.73% | 0.7% | - |
| HSV(B) | 340.35º | 0.48% | 0.92% | - |
| XYZ | 46.94 | 33.64 | 36.37 | - |
| YUV | 159.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 158 | 0 | 0.48 | 0.32 | 0.08 | 340.35 | 0.73 | 0.7 |
| Hex | EA | 79 | 9E | 0 | 30 | 20 | 8 | 154 | 49 | 46 |
| Octal | 352 | 171 | 236 | 0 | 60 | 40 | 10 | 524 | 111 | 106 |
| Binary | 11101010 | 1111001 | 10011110 | 0 | 110000 | 100000 | 1000 | 101010100 | 1001001 | 1000110 |
Color Harmonies of #EA799E
Complementary color
Monochromatic Colors of #EA799E
Black with #EA799E
Text Example
Text Example
White with #EA799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA799E; }
p { color: rgb(234,121,158); }
H1.HeaderClassName
{
color: #EA799E;
}
.AnyTagClassName
{
color: #EA799E;
}
</style>
background-color css
<style>
a { background-color: #EA799E; }
a { background-color: rgb(234,121,158); }
div.DivClassName
{
background-color: #EA799E;
}
.BgClassName
{
background-color: #EA799E;
}
</style>
border-color css
<style>
span { border-color: #EA799E; }
span { border-color: rgb(234,121,158); }
td.TdClassName
{
border-color: #EA799E;
}
.TagClassName
{
border-color: #EA799E;
}
</style>