Shades of Carissma #EA8387
Tints of Carissma #EA8387
RGB
CMYK
RGB Variations
Color information
#EA8387 (or 0xEA8387) is known color: Carissma. HEX triplet: EA, 83 and 87. RGB value is (234,131,135). Sum of RGB (Red+Green+Blue) = 234+131+135=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8387 is #157C78. Grayscale: #A2A2A2. Windows color (decimal): -1408121 or 8881130. OLE color: 8881130.
HSL color Cylindrical-coordinate representation of color #EA8387: hue angle of 357.67º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8387 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 135 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.08 |
| HSL | 357.67º | 0.71% | 0.72% | - |
| HSV(B) | 357.67º | 0.44% | 0.92% | - |
| XYZ | 46.42 | 35.47 | 27.32 | - |
| YUV | 162.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 135 | 0 | 0.44 | 0.42 | 0.08 | 357.67 | 0.71 | 0.72 |
| Hex | EA | 83 | 87 | 0 | 2C | 2A | 8 | 166 | 47 | 48 |
| Octal | 352 | 203 | 207 | 0 | 54 | 52 | 10 | 546 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10000111 | 0 | 101100 | 101010 | 1000 | 101100110 | 1000111 | 1001000 |
Color Harmonies of #EA8387
Complementary color
Monochromatic Colors of #EA8387
Black with #EA8387
Text Example
Text Example
White with #EA8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8387; }
p { color: rgb(234,131,135); }
H1.HeaderClassName
{
color: #EA8387;
}
.AnyTagClassName
{
color: #EA8387;
}
</style>
background-color css
<style>
a { background-color: #EA8387; }
a { background-color: rgb(234,131,135); }
div.DivClassName
{
background-color: #EA8387;
}
.BgClassName
{
background-color: #EA8387;
}
</style>
border-color css
<style>
span { border-color: #EA8387; }
span { border-color: rgb(234,131,135); }
td.TdClassName
{
border-color: #EA8387;
}
.TagClassName
{
border-color: #EA8387;
}
</style>