Shades of Carissma #EA828D
Tints of Carissma #EA828D
RGB
CMYK
RGB Variations
Color information
#EA828D (or 0xEA828D) is known color: Carissma. HEX triplet: EA, 82 and 8D. RGB value is (234,130,141). Sum of RGB (Red+Green+Blue) = 234+130+141=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA828D is #157D72. Grayscale: #A2A2A2. Windows color (decimal): -1408371 or 9274090. OLE color: 9274090.
HSL color Cylindrical-coordinate representation of color #EA828D: hue angle of 353.65º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA828D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 141 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.08 |
| HSL | 353.65º | 0.71% | 0.71% | - |
| HSV(B) | 353.65º | 0.44% | 0.92% | - |
| XYZ | 46.72 | 35.38 | 29.57 | - |
| YUV | 162.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 141 | 0 | 0.44 | 0.40 | 0.08 | 353.65 | 0.71 | 0.71 |
| Hex | EA | 82 | 8D | 0 | 2C | 28 | 8 | 162 | 47 | 47 |
| Octal | 352 | 202 | 215 | 0 | 54 | 50 | 10 | 542 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10001101 | 0 | 101100 | 101000 | 1000 | 101100010 | 1000111 | 1000111 |
Color Harmonies of #EA828D
Complementary color
Monochromatic Colors of #EA828D
Black with #EA828D
Text Example
Text Example
White with #EA828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA828D; }
p { color: rgb(234,130,141); }
H1.HeaderClassName
{
color: #EA828D;
}
.AnyTagClassName
{
color: #EA828D;
}
</style>
background-color css
<style>
a { background-color: #EA828D; }
a { background-color: rgb(234,130,141); }
div.DivClassName
{
background-color: #EA828D;
}
.BgClassName
{
background-color: #EA828D;
}
</style>
border-color css
<style>
span { border-color: #EA828D; }
span { border-color: rgb(234,130,141); }
td.TdClassName
{
border-color: #EA828D;
}
.TagClassName
{
border-color: #EA828D;
}
</style>