Shades of Carissma #EA848C
Tints of Carissma #EA848C
RGB
CMYK
RGB Variations
Color information
#EA848C (or 0xEA848C) is known color: Carissma. HEX triplet: EA, 84 and 8C. RGB value is (234,132,140). Sum of RGB (Red+Green+Blue) = 234+132+140=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA848C is #157B73. Grayscale: #A3A3A3. Windows color (decimal): -1407860 or 9209066. OLE color: 9209066.
HSL color Cylindrical-coordinate representation of color #EA848C: hue angle of 355.29º 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 #EA848C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 140 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.08 |
| HSL | 355.29º | 0.71% | 0.72% | - |
| HSV(B) | 355.29º | 0.44% | 0.92% | - |
| XYZ | 46.92 | 35.89 | 29.27 | - |
| YUV | 163.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 140 | 0 | 0.44 | 0.40 | 0.08 | 355.29 | 0.71 | 0.72 |
| Hex | EA | 84 | 8C | 0 | 2C | 28 | 8 | 163 | 47 | 48 |
| Octal | 352 | 204 | 214 | 0 | 54 | 50 | 10 | 543 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10001100 | 0 | 101100 | 101000 | 1000 | 101100011 | 1000111 | 1001000 |
Color Harmonies of #EA848C
Complementary color
Monochromatic Colors of #EA848C
Black with #EA848C
Text Example
Text Example
White with #EA848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA848C; }
p { color: rgb(234,132,140); }
H1.HeaderClassName
{
color: #EA848C;
}
.AnyTagClassName
{
color: #EA848C;
}
</style>
background-color css
<style>
a { background-color: #EA848C; }
a { background-color: rgb(234,132,140); }
div.DivClassName
{
background-color: #EA848C;
}
.BgClassName
{
background-color: #EA848C;
}
</style>
border-color css
<style>
span { border-color: #EA848C; }
span { border-color: rgb(234,132,140); }
td.TdClassName
{
border-color: #EA848C;
}
.TagClassName
{
border-color: #EA848C;
}
</style>