Shades of Carissma #EA7E86
Tints of Carissma #EA7E86
RGB
CMYK
RGB Variations
Color information
#EA7E86 (or 0xEA7E86) is known color: Carissma. HEX triplet: EA, 7E and 86. RGB value is (234,126,134). Sum of RGB (Red+Green+Blue) = 234+126+134=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E86 is #158179. Grayscale: #9F9F9F. Windows color (decimal): -1409402 or 8814314. OLE color: 8814314.
HSL color Cylindrical-coordinate representation of color #EA7E86: hue angle of 355.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7E86 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 134 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.08 |
| HSL | 355.56º | 0.72% | 0.71% | - |
| HSV(B) | 355.56º | 0.46% | 0.92% | - |
| XYZ | 45.7 | 34.14 | 26.73 | - |
| YUV | 159.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 134 | 0 | 0.46 | 0.43 | 0.08 | 355.56 | 0.72 | 0.71 |
| Hex | EA | 7E | 86 | 0 | 2E | 2B | 8 | 164 | 48 | 47 |
| Octal | 352 | 176 | 206 | 0 | 56 | 53 | 10 | 544 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10000110 | 0 | 101110 | 101011 | 1000 | 101100100 | 1001000 | 1000111 |
Color Harmonies of #EA7E86
Complementary color
Monochromatic Colors of #EA7E86
Black with #EA7E86
Text Example
Text Example
White with #EA7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E86; }
p { color: rgb(234,126,134); }
H1.HeaderClassName
{
color: #EA7E86;
}
.AnyTagClassName
{
color: #EA7E86;
}
</style>
background-color css
<style>
a { background-color: #EA7E86; }
a { background-color: rgb(234,126,134); }
div.DivClassName
{
background-color: #EA7E86;
}
.BgClassName
{
background-color: #EA7E86;
}
</style>
border-color css
<style>
span { border-color: #EA7E86; }
span { border-color: rgb(234,126,134); }
td.TdClassName
{
border-color: #EA7E86;
}
.TagClassName
{
border-color: #EA7E86;
}
</style>