Shades of Carissma #EA878D
Tints of Carissma #EA878D
RGB
CMYK
RGB Variations
Color information
#EA878D (or 0xEA878D) is known color: Carissma. HEX triplet: EA, 87 and 8D. RGB value is (234,135,141). Sum of RGB (Red+Green+Blue) = 234+135+141=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA878D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA878D is #157872. Grayscale: #A5A5A5. Windows color (decimal): -1407091 or 9275370. OLE color: 9275370.
HSL color Cylindrical-coordinate representation of color #EA878D: hue angle of 356.36º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA878D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 141 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.08 |
| HSL | 356.36º | 0.7% | 0.72% | - |
| HSV(B) | 356.36º | 0.42% | 0.92% | - |
| XYZ | 47.4 | 36.74 | 29.79 | - |
| YUV | 165.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 141 | 0 | 0.42 | 0.40 | 0.08 | 356.36 | 0.7 | 0.72 |
| Hex | EA | 87 | 8D | 0 | 2A | 28 | 8 | 164 | 46 | 48 |
| Octal | 352 | 207 | 215 | 0 | 52 | 50 | 10 | 544 | 106 | 110 |
| Binary | 11101010 | 10000111 | 10001101 | 0 | 101010 | 101000 | 1000 | 101100100 | 1000110 | 1001000 |
Color Harmonies of #EA878D
Complementary color
Monochromatic Colors of #EA878D
Black with #EA878D
Text Example
Text Example
White with #EA878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA878D; }
p { color: rgb(234,135,141); }
H1.HeaderClassName
{
color: #EA878D;
}
.AnyTagClassName
{
color: #EA878D;
}
</style>
background-color css
<style>
a { background-color: #EA878D; }
a { background-color: rgb(234,135,141); }
div.DivClassName
{
background-color: #EA878D;
}
.BgClassName
{
background-color: #EA878D;
}
</style>
border-color css
<style>
span { border-color: #EA878D; }
span { border-color: rgb(234,135,141); }
td.TdClassName
{
border-color: #EA878D;
}
.TagClassName
{
border-color: #EA878D;
}
</style>