Shades of Carissma #EA8398
Tints of Carissma #EA8398
RGB
CMYK
RGB Variations
Color information
#EA8398 (or 0xEA8398) is known color: Carissma. HEX triplet: EA, 83 and 98. RGB value is (234,131,152). Sum of RGB (Red+Green+Blue) = 234+131+152=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8398 is #157C67. Grayscale: #A4A4A4. Windows color (decimal): -1408104 or 9995242. OLE color: 9995242.
HSL color Cylindrical-coordinate representation of color #EA8398: hue angle of 347.77º 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 #EA8398 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 152 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.08 |
| HSL | 347.77º | 0.71% | 0.72% | - |
| HSV(B) | 347.77º | 0.44% | 0.92% | - |
| XYZ | 47.72 | 35.99 | 34.14 | - |
| YUV | 164.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 152 | 0 | 0.44 | 0.35 | 0.08 | 347.77 | 0.71 | 0.72 |
| Hex | EA | 83 | 98 | 0 | 2C | 23 | 8 | 15C | 47 | 48 |
| Octal | 352 | 203 | 230 | 0 | 54 | 43 | 10 | 534 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10011000 | 0 | 101100 | 100011 | 1000 | 101011100 | 1000111 | 1001000 |
Color Harmonies of #EA8398
Complementary color
Monochromatic Colors of #EA8398
Black with #EA8398
Text Example
Text Example
White with #EA8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8398; }
p { color: rgb(234,131,152); }
H1.HeaderClassName
{
color: #EA8398;
}
.AnyTagClassName
{
color: #EA8398;
}
</style>
background-color css
<style>
a { background-color: #EA8398; }
a { background-color: rgb(234,131,152); }
div.DivClassName
{
background-color: #EA8398;
}
.BgClassName
{
background-color: #EA8398;
}
</style>
border-color css
<style>
span { border-color: #EA8398; }
span { border-color: rgb(234,131,152); }
td.TdClassName
{
border-color: #EA8398;
}
.TagClassName
{
border-color: #EA8398;
}
</style>