Shades of Carissma #ED848F
Tints of Carissma #ED848F
RGB
CMYK
RGB Variations
Color information
#ED848F (or 0xED848F) is known color: Carissma. HEX triplet: ED, 84 and 8F. RGB value is (237,132,143). Sum of RGB (Red+Green+Blue) = 237+132+143=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848F is #127B70. Grayscale: #A4A4A4. Windows color (decimal): -1211249 or 9405677. OLE color: 9405677.
HSL color Cylindrical-coordinate representation of color #ED848F: hue angle of 353.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED848F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 143 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.07 |
| HSL | 353.71º | 0.74% | 0.72% | - |
| HSV(B) | 353.71º | 0.44% | 0.93% | - |
| XYZ | 48.13 | 36.49 | 30.49 | - |
| YUV | 164.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 143 | 0 | 0.44 | 0.40 | 0.07 | 353.71 | 0.74 | 0.72 |
| Hex | ED | 84 | 8F | 0 | 2C | 28 | 7 | 162 | 4A | 48 |
| Octal | 355 | 204 | 217 | 0 | 54 | 50 | 7 | 542 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10001111 | 0 | 101100 | 101000 | 111 | 101100010 | 1001010 | 1001000 |
Color Harmonies of #ED848F
Complementary color
Monochromatic Colors of #ED848F
Black with #ED848F
Text Example
Text Example
White with #ED848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED848F; }
p { color: rgb(237,132,143); }
H1.HeaderClassName
{
color: #ED848F;
}
.AnyTagClassName
{
color: #ED848F;
}
</style>
background-color css
<style>
a { background-color: #ED848F; }
a { background-color: rgb(237,132,143); }
div.DivClassName
{
background-color: #ED848F;
}
.BgClassName
{
background-color: #ED848F;
}
</style>
border-color css
<style>
span { border-color: #ED848F; }
span { border-color: rgb(237,132,143); }
td.TdClassName
{
border-color: #ED848F;
}
.TagClassName
{
border-color: #ED848F;
}
</style>