Shades of Carissma #EA848F
Tints of Carissma #EA848F
RGB
CMYK
RGB Variations
Color information
#EA848F (or 0xEA848F) is known color: Carissma. HEX triplet: EA, 84 and 8F. RGB value is (234,132,143). Sum of RGB (Red+Green+Blue) = 234+132+143=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA848F is #157B70. Grayscale: #A3A3A3. Windows color (decimal): -1407857 or 9405674. OLE color: 9405674.
HSL color Cylindrical-coordinate representation of color #EA848F: hue angle of 353.53º 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 #EA848F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 143 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.08 |
| HSL | 353.53º | 0.71% | 0.72% | - |
| HSV(B) | 353.53º | 0.44% | 0.92% | - |
| XYZ | 47.14 | 35.98 | 30.45 | - |
| YUV | 163.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 143 | 0 | 0.44 | 0.39 | 0.08 | 353.53 | 0.71 | 0.72 |
| Hex | EA | 84 | 8F | 0 | 2C | 27 | 8 | 162 | 47 | 48 |
| Octal | 352 | 204 | 217 | 0 | 54 | 47 | 10 | 542 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10001111 | 0 | 101100 | 100111 | 1000 | 101100010 | 1000111 | 1001000 |
Color Harmonies of #EA848F
Complementary color
Monochromatic Colors of #EA848F
Black with #EA848F
Text Example
Text Example
White with #EA848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA848F; }
p { color: rgb(234,132,143); }
H1.HeaderClassName
{
color: #EA848F;
}
.AnyTagClassName
{
color: #EA848F;
}
</style>
background-color css
<style>
a { background-color: #EA848F; }
a { background-color: rgb(234,132,143); }
div.DivClassName
{
background-color: #EA848F;
}
.BgClassName
{
background-color: #EA848F;
}
</style>
border-color css
<style>
span { border-color: #EA848F; }
span { border-color: rgb(234,132,143); }
td.TdClassName
{
border-color: #EA848F;
}
.TagClassName
{
border-color: #EA848F;
}
</style>