Shades of Carissma #EA899C
Tints of Carissma #EA899C
RGB
CMYK
RGB Variations
Color information
#EA899C (or 0xEA899C) is known color: Carissma. HEX triplet: EA, 89 and 9C. RGB value is (234,137,156). Sum of RGB (Red+Green+Blue) = 234+137+156=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA899C is #157663. Grayscale: #A8A8A8. Windows color (decimal): -1406564 or 10258922. OLE color: 10258922.
HSL color Cylindrical-coordinate representation of color #EA899C: hue angle of 348.25º 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 #EA899C is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 156 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.08 |
| HSL | 348.25º | 0.7% | 0.73% | - |
| HSV(B) | 348.25º | 0.41% | 0.92% | - |
| XYZ | 48.88 | 37.78 | 36.17 | - |
| YUV | 168.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 156 | 0 | 0.41 | 0.33 | 0.08 | 348.25 | 0.7 | 0.73 |
| Hex | EA | 89 | 9C | 0 | 29 | 21 | 8 | 15C | 46 | 49 |
| Octal | 352 | 211 | 234 | 0 | 51 | 41 | 10 | 534 | 106 | 111 |
| Binary | 11101010 | 10001001 | 10011100 | 0 | 101001 | 100001 | 1000 | 101011100 | 1000110 | 1001001 |
Color Harmonies of #EA899C
Complementary color
Monochromatic Colors of #EA899C
Black with #EA899C
Text Example
Text Example
White with #EA899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA899C; }
p { color: rgb(234,137,156); }
H1.HeaderClassName
{
color: #EA899C;
}
.AnyTagClassName
{
color: #EA899C;
}
</style>
background-color css
<style>
a { background-color: #EA899C; }
a { background-color: rgb(234,137,156); }
div.DivClassName
{
background-color: #EA899C;
}
.BgClassName
{
background-color: #EA899C;
}
</style>
border-color css
<style>
span { border-color: #EA899C; }
span { border-color: rgb(234,137,156); }
td.TdClassName
{
border-color: #EA899C;
}
.TagClassName
{
border-color: #EA899C;
}
</style>