Shades of Carissma #EA899F
Tints of Carissma #EA899F
RGB
CMYK
RGB Variations
Color information
#EA899F (or 0xEA899F) is known color: Carissma. HEX triplet: EA, 89 and 9F. RGB value is (234,137,159). Sum of RGB (Red+Green+Blue) = 234+137+159=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA899F is #157660. Grayscale: #A8A8A8. Windows color (decimal): -1406561 or 10455530. OLE color: 10455530.
HSL color Cylindrical-coordinate representation of color #EA899F: hue angle of 346.39º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA899F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 159 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.08 |
| HSL | 346.39º | 0.7% | 0.73% | - |
| HSV(B) | 346.39º | 0.41% | 0.92% | - |
| XYZ | 49.14 | 37.89 | 37.52 | - |
| YUV | 168.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 159 | 0 | 0.41 | 0.32 | 0.08 | 346.39 | 0.7 | 0.73 |
| Hex | EA | 89 | 9F | 0 | 29 | 20 | 8 | 15A | 46 | 49 |
| Octal | 352 | 211 | 237 | 0 | 51 | 40 | 10 | 532 | 106 | 111 |
| Binary | 11101010 | 10001001 | 10011111 | 0 | 101001 | 100000 | 1000 | 101011010 | 1000110 | 1001001 |
Color Harmonies of #EA899F
Complementary color
Monochromatic Colors of #EA899F
Black with #EA899F
Text Example
Text Example
White with #EA899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA899F; }
p { color: rgb(234,137,159); }
H1.HeaderClassName
{
color: #EA899F;
}
.AnyTagClassName
{
color: #EA899F;
}
</style>
background-color css
<style>
a { background-color: #EA899F; }
a { background-color: rgb(234,137,159); }
div.DivClassName
{
background-color: #EA899F;
}
.BgClassName
{
background-color: #EA899F;
}
</style>
border-color css
<style>
span { border-color: #EA899F; }
span { border-color: rgb(234,137,159); }
td.TdClassName
{
border-color: #EA899F;
}
.TagClassName
{
border-color: #EA899F;
}
</style>