Shades of Carissma #ED868B
Tints of Carissma #ED868B
RGB
CMYK
RGB Variations
Color information
#ED868B (or 0xED868B) is known color: Carissma. HEX triplet: ED, 86 and 8B. RGB value is (237,134,139). Sum of RGB (Red+Green+Blue) = 237+134+139=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED868B is #127974. Grayscale: #A5A5A5. Windows color (decimal): -1210741 or 9144045. OLE color: 9144045.
HSL color Cylindrical-coordinate representation of color #ED868B: hue angle of 357.09º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED868B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 139 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.07 |
| HSL | 357.09º | 0.74% | 0.73% | - |
| HSV(B) | 357.09º | 0.43% | 0.93% | - |
| XYZ | 48.11 | 36.92 | 29.02 | - |
| YUV | 165.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 139 | 0 | 0.43 | 0.41 | 0.07 | 357.09 | 0.74 | 0.73 |
| Hex | ED | 86 | 8B | 0 | 2B | 29 | 7 | 165 | 4A | 49 |
| Octal | 355 | 206 | 213 | 0 | 53 | 51 | 7 | 545 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10001011 | 0 | 101011 | 101001 | 111 | 101100101 | 1001010 | 1001001 |
Color Harmonies of #ED868B
Complementary color
Monochromatic Colors of #ED868B
Black with #ED868B
Text Example
Text Example
White with #ED868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED868B; }
p { color: rgb(237,134,139); }
H1.HeaderClassName
{
color: #ED868B;
}
.AnyTagClassName
{
color: #ED868B;
}
</style>
background-color css
<style>
a { background-color: #ED868B; }
a { background-color: rgb(237,134,139); }
div.DivClassName
{
background-color: #ED868B;
}
.BgClassName
{
background-color: #ED868B;
}
</style>
border-color css
<style>
span { border-color: #ED868B; }
span { border-color: rgb(237,134,139); }
td.TdClassName
{
border-color: #ED868B;
}
.TagClassName
{
border-color: #ED868B;
}
</style>