Shades of Carissma #EA8194
Tints of Carissma #EA8194
RGB
CMYK
RGB Variations
Color information
#EA8194 (or 0xEA8194) is known color: Carissma. HEX triplet: EA, 81 and 94. RGB value is (234,129,148). Sum of RGB (Red+Green+Blue) = 234+129+148=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8194 is #157E6B. Grayscale: #A2A2A2. Windows color (decimal): -1408620 or 9732586. OLE color: 9732586.
HSL color Cylindrical-coordinate representation of color #EA8194: hue angle of 349.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8194 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 148 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.08 |
| HSL | 349.14º | 0.71% | 0.71% | - |
| HSV(B) | 349.14º | 0.45% | 0.92% | - |
| XYZ | 47.13 | 35.33 | 32.35 | - |
| YUV | 162.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 148 | 0 | 0.45 | 0.37 | 0.08 | 349.14 | 0.71 | 0.71 |
| Hex | EA | 81 | 94 | 0 | 2D | 25 | 8 | 15D | 47 | 47 |
| Octal | 352 | 201 | 224 | 0 | 55 | 45 | 10 | 535 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10010100 | 0 | 101101 | 100101 | 1000 | 101011101 | 1000111 | 1000111 |
Color Harmonies of #EA8194
Complementary color
Monochromatic Colors of #EA8194
Black with #EA8194
Text Example
Text Example
White with #EA8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8194; }
p { color: rgb(234,129,148); }
H1.HeaderClassName
{
color: #EA8194;
}
.AnyTagClassName
{
color: #EA8194;
}
</style>
background-color css
<style>
a { background-color: #EA8194; }
a { background-color: rgb(234,129,148); }
div.DivClassName
{
background-color: #EA8194;
}
.BgClassName
{
background-color: #EA8194;
}
</style>
border-color css
<style>
span { border-color: #EA8194; }
span { border-color: rgb(234,129,148); }
td.TdClassName
{
border-color: #EA8194;
}
.TagClassName
{
border-color: #EA8194;
}
</style>