Shades of Carissma #EA839B
Tints of Carissma #EA839B
RGB
CMYK
RGB Variations
Color information
#EA839B (or 0xEA839B) is known color: Carissma. HEX triplet: EA, 83 and 9B. RGB value is (234,131,155). Sum of RGB (Red+Green+Blue) = 234+131+155=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA839B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA839B is #157C64. Grayscale: #A4A4A4. Windows color (decimal): -1408101 or 10191850. OLE color: 10191850.
HSL color Cylindrical-coordinate representation of color #EA839B: hue angle of 346.02º 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 #EA839B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 155 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.08 |
| HSL | 346.02º | 0.71% | 0.72% | - |
| HSV(B) | 346.02º | 0.44% | 0.92% | - |
| XYZ | 47.96 | 36.09 | 35.45 | - |
| YUV | 164.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 155 | 0 | 0.44 | 0.34 | 0.08 | 346.02 | 0.71 | 0.72 |
| Hex | EA | 83 | 9B | 0 | 2C | 22 | 8 | 15A | 47 | 48 |
| Octal | 352 | 203 | 233 | 0 | 54 | 42 | 10 | 532 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10011011 | 0 | 101100 | 100010 | 1000 | 101011010 | 1000111 | 1001000 |
Color Harmonies of #EA839B
Complementary color
Monochromatic Colors of #EA839B
Black with #EA839B
Text Example
Text Example
White with #EA839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA839B; }
p { color: rgb(234,131,155); }
H1.HeaderClassName
{
color: #EA839B;
}
.AnyTagClassName
{
color: #EA839B;
}
</style>
background-color css
<style>
a { background-color: #EA839B; }
a { background-color: rgb(234,131,155); }
div.DivClassName
{
background-color: #EA839B;
}
.BgClassName
{
background-color: #EA839B;
}
</style>
border-color css
<style>
span { border-color: #EA839B; }
span { border-color: rgb(234,131,155); }
td.TdClassName
{
border-color: #EA839B;
}
.TagClassName
{
border-color: #EA839B;
}
</style>