Shades of Carissma #EC8093
Tints of Carissma #EC8093
RGB
CMYK
RGB Variations
Color information
#EC8093 (or 0xEC8093) is known color: Carissma. HEX triplet: EC, 80 and 93. RGB value is (236,128,147). Sum of RGB (Red+Green+Blue) = 236+128+147=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8093 is #137F6C. Grayscale: #A2A2A2. Windows color (decimal): -1277805 or 9666796. OLE color: 9666796.
HSL color Cylindrical-coordinate representation of color #EC8093: hue angle of 349.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8093 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 147 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.07 |
| HSL | 349.44º | 0.74% | 0.71% | - |
| HSV(B) | 349.44º | 0.46% | 0.93% | - |
| XYZ | 47.58 | 35.38 | 31.92 | - |
| YUV | 162.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 147 | 0 | 0.46 | 0.38 | 0.07 | 349.44 | 0.74 | 0.71 |
| Hex | EC | 80 | 93 | 0 | 2E | 26 | 7 | 15D | 4A | 47 |
| Octal | 354 | 200 | 223 | 0 | 56 | 46 | 7 | 535 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10010011 | 0 | 101110 | 100110 | 111 | 101011101 | 1001010 | 1000111 |
Color Harmonies of #EC8093
Complementary color
Monochromatic Colors of #EC8093
Black with #EC8093
Text Example
Text Example
White with #EC8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8093; }
p { color: rgb(236,128,147); }
H1.HeaderClassName
{
color: #EC8093;
}
.AnyTagClassName
{
color: #EC8093;
}
</style>
background-color css
<style>
a { background-color: #EC8093; }
a { background-color: rgb(236,128,147); }
div.DivClassName
{
background-color: #EC8093;
}
.BgClassName
{
background-color: #EC8093;
}
</style>
border-color css
<style>
span { border-color: #EC8093; }
span { border-color: rgb(236,128,147); }
td.TdClassName
{
border-color: #EC8093;
}
.TagClassName
{
border-color: #EC8093;
}
</style>