Shades of Carissma #EA8193
Tints of Carissma #EA8193
RGB
CMYK
RGB Variations
Color information
#EA8193 (or 0xEA8193) is known color: Carissma. HEX triplet: EA, 81 and 93. RGB value is (234,129,147). Sum of RGB (Red+Green+Blue) = 234+129+147=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8193 is #157E6C. Grayscale: #A2A2A2. Windows color (decimal): -1408621 or 9667050. OLE color: 9667050.
HSL color Cylindrical-coordinate representation of color #EA8193: hue angle of 349.71º degrees, saturation: 0.71, 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 #EA8193 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 147 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.08 |
| HSL | 349.71º | 0.71% | 0.71% | - |
| HSV(B) | 349.71º | 0.45% | 0.92% | - |
| XYZ | 47.05 | 35.3 | 31.94 | - |
| YUV | 162.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 147 | 0 | 0.45 | 0.37 | 0.08 | 349.71 | 0.71 | 0.71 |
| Hex | EA | 81 | 93 | 0 | 2D | 25 | 8 | 15E | 47 | 47 |
| Octal | 352 | 201 | 223 | 0 | 55 | 45 | 10 | 536 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10010011 | 0 | 101101 | 100101 | 1000 | 101011110 | 1000111 | 1000111 |
Color Harmonies of #EA8193
Complementary color
Monochromatic Colors of #EA8193
Black with #EA8193
Text Example
Text Example
White with #EA8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8193; }
p { color: rgb(234,129,147); }
H1.HeaderClassName
{
color: #EA8193;
}
.AnyTagClassName
{
color: #EA8193;
}
</style>
background-color css
<style>
a { background-color: #EA8193; }
a { background-color: rgb(234,129,147); }
div.DivClassName
{
background-color: #EA8193;
}
.BgClassName
{
background-color: #EA8193;
}
</style>
border-color css
<style>
span { border-color: #EA8193; }
span { border-color: rgb(234,129,147); }
td.TdClassName
{
border-color: #EA8193;
}
.TagClassName
{
border-color: #EA8193;
}
</style>