Shades of Carissma #ED838B
Tints of Carissma #ED838B
RGB
CMYK
RGB Variations
Color information
#ED838B (or 0xED838B) is known color: Carissma. HEX triplet: ED, 83 and 8B. RGB value is (237,131,139). Sum of RGB (Red+Green+Blue) = 237+131+139=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED838B is #127C74. Grayscale: #A3A3A3. Windows color (decimal): -1211509 or 9143277. OLE color: 9143277.
HSL color Cylindrical-coordinate representation of color #ED838B: hue angle of 355.47º 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 #ED838B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 139 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.07 |
| HSL | 355.47º | 0.75% | 0.72% | - |
| HSV(B) | 355.47º | 0.45% | 0.93% | - |
| XYZ | 47.7 | 36.1 | 28.88 | - |
| YUV | 163.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 139 | 0 | 0.45 | 0.41 | 0.07 | 355.47 | 0.75 | 0.72 |
| Hex | ED | 83 | 8B | 0 | 2D | 29 | 7 | 163 | 4B | 48 |
| Octal | 355 | 203 | 213 | 0 | 55 | 51 | 7 | 543 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10001011 | 0 | 101101 | 101001 | 111 | 101100011 | 1001011 | 1001000 |
Color Harmonies of #ED838B
Complementary color
Monochromatic Colors of #ED838B
Black with #ED838B
Text Example
Text Example
White with #ED838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED838B; }
p { color: rgb(237,131,139); }
H1.HeaderClassName
{
color: #ED838B;
}
.AnyTagClassName
{
color: #ED838B;
}
</style>
background-color css
<style>
a { background-color: #ED838B; }
a { background-color: rgb(237,131,139); }
div.DivClassName
{
background-color: #ED838B;
}
.BgClassName
{
background-color: #ED838B;
}
</style>
border-color css
<style>
span { border-color: #ED838B; }
span { border-color: rgb(237,131,139); }
td.TdClassName
{
border-color: #ED838B;
}
.TagClassName
{
border-color: #ED838B;
}
</style>