Shades of Carissma #ED838E
Tints of Carissma #ED838E
RGB
CMYK
RGB Variations
Color information
#ED838E (or 0xED838E) is known color: Carissma. HEX triplet: ED, 83 and 8E. RGB value is (237,131,142). Sum of RGB (Red+Green+Blue) = 237+131+142=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED838E is #127C71. Grayscale: #A4A4A4. Windows color (decimal): -1211506 or 9339885. OLE color: 9339885.
HSL color Cylindrical-coordinate representation of color #ED838E: hue angle of 353.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED838E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 142 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.07 |
| HSL | 353.77º | 0.75% | 0.72% | - |
| HSV(B) | 353.77º | 0.45% | 0.93% | - |
| XYZ | 47.92 | 36.19 | 30.05 | - |
| YUV | 163.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 142 | 0 | 0.45 | 0.40 | 0.07 | 353.77 | 0.75 | 0.72 |
| Hex | ED | 83 | 8E | 0 | 2D | 28 | 7 | 162 | 4B | 48 |
| Octal | 355 | 203 | 216 | 0 | 55 | 50 | 7 | 542 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10001110 | 0 | 101101 | 101000 | 111 | 101100010 | 1001011 | 1001000 |
Color Harmonies of #ED838E
Complementary color
Monochromatic Colors of #ED838E
Black with #ED838E
Text Example
Text Example
White with #ED838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED838E; }
p { color: rgb(237,131,142); }
H1.HeaderClassName
{
color: #ED838E;
}
.AnyTagClassName
{
color: #ED838E;
}
</style>
background-color css
<style>
a { background-color: #ED838E; }
a { background-color: rgb(237,131,142); }
div.DivClassName
{
background-color: #ED838E;
}
.BgClassName
{
background-color: #ED838E;
}
</style>
border-color css
<style>
span { border-color: #ED838E; }
span { border-color: rgb(237,131,142); }
td.TdClassName
{
border-color: #ED838E;
}
.TagClassName
{
border-color: #ED838E;
}
</style>