Shades of Carissma #EC8589
Tints of Carissma #EC8589
RGB
CMYK
RGB Variations
Color information
#EC8589 (or 0xEC8589) is known color: Carissma. HEX triplet: EC, 85 and 89. RGB value is (236,133,137). Sum of RGB (Red+Green+Blue) = 236+133+137=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8589 is #137A76. Grayscale: #A4A4A4. Windows color (decimal): -1276535 or 9012716. OLE color: 9012716.
HSL color Cylindrical-coordinate representation of color #EC8589: hue angle of 357.67º 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 #EC8589 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 137 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.07 |
| HSL | 357.67º | 0.73% | 0.72% | - |
| HSV(B) | 357.67º | 0.44% | 0.93% | - |
| XYZ | 47.49 | 36.41 | 28.19 | - |
| YUV | 164.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 137 | 0 | 0.44 | 0.42 | 0.07 | 357.67 | 0.73 | 0.72 |
| Hex | EC | 85 | 89 | 0 | 2C | 2A | 7 | 166 | 49 | 48 |
| Octal | 354 | 205 | 211 | 0 | 54 | 52 | 7 | 546 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10001001 | 0 | 101100 | 101010 | 111 | 101100110 | 1001001 | 1001000 |
Color Harmonies of #EC8589
Complementary color
Monochromatic Colors of #EC8589
Black with #EC8589
Text Example
Text Example
White with #EC8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8589; }
p { color: rgb(236,133,137); }
H1.HeaderClassName
{
color: #EC8589;
}
.AnyTagClassName
{
color: #EC8589;
}
</style>
background-color css
<style>
a { background-color: #EC8589; }
a { background-color: rgb(236,133,137); }
div.DivClassName
{
background-color: #EC8589;
}
.BgClassName
{
background-color: #EC8589;
}
</style>
border-color css
<style>
span { border-color: #EC8589; }
span { border-color: rgb(236,133,137); }
td.TdClassName
{
border-color: #EC8589;
}
.TagClassName
{
border-color: #EC8589;
}
</style>