Shades of Carissma #EA8693
Tints of Carissma #EA8693
RGB
CMYK
RGB Variations
Color information
#EA8693 (or 0xEA8693) is known color: Carissma. HEX triplet: EA, 86 and 93. RGB value is (234,134,147). Sum of RGB (Red+Green+Blue) = 234+134+147=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8693 is #15796C. Grayscale: #A5A5A5. Windows color (decimal): -1407341 or 9668330. OLE color: 9668330.
HSL color Cylindrical-coordinate representation of color #EA8693: hue angle of 352.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8693 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 147 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.08 |
| HSL | 352.2º | 0.7% | 0.72% | - |
| HSV(B) | 352.2º | 0.43% | 0.92% | - |
| XYZ | 47.72 | 36.65 | 32.16 | - |
| YUV | 165.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 147 | 0 | 0.43 | 0.37 | 0.08 | 352.2 | 0.7 | 0.72 |
| Hex | EA | 86 | 93 | 0 | 2B | 25 | 8 | 160 | 46 | 48 |
| Octal | 352 | 206 | 223 | 0 | 53 | 45 | 10 | 540 | 106 | 110 |
| Binary | 11101010 | 10000110 | 10010011 | 0 | 101011 | 100101 | 1000 | 101100000 | 1000110 | 1001000 |
Color Harmonies of #EA8693
Complementary color
Monochromatic Colors of #EA8693
Black with #EA8693
Text Example
Text Example
White with #EA8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8693; }
p { color: rgb(234,134,147); }
H1.HeaderClassName
{
color: #EA8693;
}
.AnyTagClassName
{
color: #EA8693;
}
</style>
background-color css
<style>
a { background-color: #EA8693; }
a { background-color: rgb(234,134,147); }
div.DivClassName
{
background-color: #EA8693;
}
.BgClassName
{
background-color: #EA8693;
}
</style>
border-color css
<style>
span { border-color: #EA8693; }
span { border-color: rgb(234,134,147); }
td.TdClassName
{
border-color: #EA8693;
}
.TagClassName
{
border-color: #EA8693;
}
</style>