Shades of Carissma #EC8588
Tints of Carissma #EC8588
RGB
CMYK
RGB Variations
Color information
#EC8588 (or 0xEC8588) is known color: Carissma. HEX triplet: EC, 85 and 88. RGB value is (236,133,136). Sum of RGB (Red+Green+Blue) = 236+133+136=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8588 is #137A77. Grayscale: #A4A4A4. Windows color (decimal): -1276536 or 8947180. OLE color: 8947180.
HSL color Cylindrical-coordinate representation of color #EC8588: hue angle of 358.25º degrees, saturation: 0.73, 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 #EC8588 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 136 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.07 |
| HSL | 358.25º | 0.73% | 0.72% | - |
| HSV(B) | 358.25º | 0.44% | 0.93% | - |
| XYZ | 47.42 | 36.39 | 27.82 | - |
| YUV | 164.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 136 | 0 | 0.44 | 0.42 | 0.07 | 358.25 | 0.73 | 0.72 |
| Hex | EC | 85 | 88 | 0 | 2C | 2A | 7 | 166 | 49 | 48 |
| Octal | 354 | 205 | 210 | 0 | 54 | 52 | 7 | 546 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10001000 | 0 | 101100 | 101010 | 111 | 101100110 | 1001001 | 1001000 |
Color Harmonies of #EC8588
Complementary color
Monochromatic Colors of #EC8588
Black with #EC8588
Text Example
Text Example
White with #EC8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8588; }
p { color: rgb(236,133,136); }
H1.HeaderClassName
{
color: #EC8588;
}
.AnyTagClassName
{
color: #EC8588;
}
</style>
background-color css
<style>
a { background-color: #EC8588; }
a { background-color: rgb(236,133,136); }
div.DivClassName
{
background-color: #EC8588;
}
.BgClassName
{
background-color: #EC8588;
}
</style>
border-color css
<style>
span { border-color: #EC8588; }
span { border-color: rgb(236,133,136); }
td.TdClassName
{
border-color: #EC8588;
}
.TagClassName
{
border-color: #EC8588;
}
</style>