Shades of Carissma #EC8384
Tints of Carissma #EC8384
RGB
CMYK
RGB Variations
Color information
#EC8384 (or 0xEC8384) is known color: Carissma. HEX triplet: EC, 83 and 84. RGB value is (236,131,132). Sum of RGB (Red+Green+Blue) = 236+131+132=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8384 is #137C7B. Grayscale: #A2A2A2. Windows color (decimal): -1277052 or 8684524. OLE color: 8684524.
HSL color Cylindrical-coordinate representation of color #EC8384: hue angle of 359.43º 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 #EC8384 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 132 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.07 |
| HSL | 359.43º | 0.73% | 0.72% | - |
| HSV(B) | 359.43º | 0.44% | 0.93% | - |
| XYZ | 46.87 | 35.73 | 26.26 | - |
| YUV | 162.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 132 | 0 | 0.44 | 0.44 | 0.07 | 359.43 | 0.73 | 0.72 |
| Hex | EC | 83 | 84 | 0 | 2C | 2C | 7 | 167 | 49 | 48 |
| Octal | 354 | 203 | 204 | 0 | 54 | 54 | 7 | 547 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10000100 | 0 | 101100 | 101100 | 111 | 101100111 | 1001001 | 1001000 |
Color Harmonies of #EC8384
Complementary color
Monochromatic Colors of #EC8384
Black with #EC8384
Text Example
Text Example
White with #EC8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8384; }
p { color: rgb(236,131,132); }
H1.HeaderClassName
{
color: #EC8384;
}
.AnyTagClassName
{
color: #EC8384;
}
</style>
background-color css
<style>
a { background-color: #EC8384; }
a { background-color: rgb(236,131,132); }
div.DivClassName
{
background-color: #EC8384;
}
.BgClassName
{
background-color: #EC8384;
}
</style>
border-color css
<style>
span { border-color: #EC8384; }
span { border-color: rgb(236,131,132); }
td.TdClassName
{
border-color: #EC8384;
}
.TagClassName
{
border-color: #EC8384;
}
</style>