Shades of Carissma #EA808D
Tints of Carissma #EA808D
RGB
CMYK
RGB Variations
Color information
#EA808D (or 0xEA808D) is known color: Carissma. HEX triplet: EA, 80 and 8D. RGB value is (234,128,141). Sum of RGB (Red+Green+Blue) = 234+128+141=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA808D is #157F72. Grayscale: #A1A1A1. Windows color (decimal): -1408883 or 9273578. OLE color: 9273578.
HSL color Cylindrical-coordinate representation of color #EA808D: hue angle of 352.64º degrees, saturation: 0.72, 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 #EA808D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 141 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.08 |
| HSL | 352.64º | 0.72% | 0.71% | - |
| HSV(B) | 352.64º | 0.45% | 0.92% | - |
| XYZ | 46.46 | 34.85 | 29.48 | - |
| YUV | 161.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 141 | 0 | 0.45 | 0.40 | 0.08 | 352.64 | 0.72 | 0.71 |
| Hex | EA | 80 | 8D | 0 | 2D | 28 | 8 | 161 | 48 | 47 |
| Octal | 352 | 200 | 215 | 0 | 55 | 50 | 10 | 541 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10001101 | 0 | 101101 | 101000 | 1000 | 101100001 | 1001000 | 1000111 |
Color Harmonies of #EA808D
Complementary color
Monochromatic Colors of #EA808D
Black with #EA808D
Text Example
Text Example
White with #EA808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA808D; }
p { color: rgb(234,128,141); }
H1.HeaderClassName
{
color: #EA808D;
}
.AnyTagClassName
{
color: #EA808D;
}
</style>
background-color css
<style>
a { background-color: #EA808D; }
a { background-color: rgb(234,128,141); }
div.DivClassName
{
background-color: #EA808D;
}
.BgClassName
{
background-color: #EA808D;
}
</style>
border-color css
<style>
span { border-color: #EA808D; }
span { border-color: rgb(234,128,141); }
td.TdClassName
{
border-color: #EA808D;
}
.TagClassName
{
border-color: #EA808D;
}
</style>