Shades of Carissma #EA808B
Tints of Carissma #EA808B
RGB
CMYK
RGB Variations
Color information
#EA808B (or 0xEA808B) is known color: Carissma. HEX triplet: EA, 80 and 8B. RGB value is (234,128,139). Sum of RGB (Red+Green+Blue) = 234+128+139=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA808B is #157F74. Grayscale: #A1A1A1. Windows color (decimal): -1408885 or 9142506. OLE color: 9142506.
HSL color Cylindrical-coordinate representation of color #EA808B: hue angle of 353.77º degrees, saturation: 0.72, 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 #EA808B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 139 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.08 |
| HSL | 353.77º | 0.72% | 0.71% | - |
| HSV(B) | 353.77º | 0.45% | 0.92% | - |
| XYZ | 46.31 | 34.79 | 28.7 | - |
| YUV | 160.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 139 | 0 | 0.45 | 0.41 | 0.08 | 353.77 | 0.72 | 0.71 |
| Hex | EA | 80 | 8B | 0 | 2D | 29 | 8 | 162 | 48 | 47 |
| Octal | 352 | 200 | 213 | 0 | 55 | 51 | 10 | 542 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10001011 | 0 | 101101 | 101001 | 1000 | 101100010 | 1001000 | 1000111 |
Color Harmonies of #EA808B
Complementary color
Monochromatic Colors of #EA808B
Black with #EA808B
Text Example
Text Example
White with #EA808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA808B; }
p { color: rgb(234,128,139); }
H1.HeaderClassName
{
color: #EA808B;
}
.AnyTagClassName
{
color: #EA808B;
}
</style>
background-color css
<style>
a { background-color: #EA808B; }
a { background-color: rgb(234,128,139); }
div.DivClassName
{
background-color: #EA808B;
}
.BgClassName
{
background-color: #EA808B;
}
</style>
border-color css
<style>
span { border-color: #EA808B; }
span { border-color: rgb(234,128,139); }
td.TdClassName
{
border-color: #EA808B;
}
.TagClassName
{
border-color: #EA808B;
}
</style>