Shades of Carissma #EC7593
Tints of Carissma #EC7593
RGB
CMYK
RGB Variations
Color information
#EC7593 (or 0xEC7593) is known color: Carissma. HEX triplet: EC, 75 and 93. RGB value is (236,117,147). Sum of RGB (Red+Green+Blue) = 236+117+147=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7593 is #138A6C. Grayscale: #9C9C9C. Windows color (decimal): -1280621 or 9663980. OLE color: 9663980.
HSL color Cylindrical-coordinate representation of color #EC7593: hue angle of 344.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7593 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 147 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.07 |
| HSL | 344.87º | 0.76% | 0.69% | - |
| HSV(B) | 344.87º | 0.5% | 0.93% | - |
| XYZ | 46.22 | 32.66 | 31.47 | - |
| YUV | 156 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 147 | 0 | 0.50 | 0.38 | 0.07 | 344.87 | 0.76 | 0.69 |
| Hex | EC | 75 | 93 | 0 | 32 | 26 | 7 | 159 | 4C | 45 |
| Octal | 354 | 165 | 223 | 0 | 62 | 46 | 7 | 531 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10010011 | 0 | 110010 | 100110 | 111 | 101011001 | 1001100 | 1000101 |
Color Harmonies of #EC7593
Complementary color
Monochromatic Colors of #EC7593
Black with #EC7593
Text Example
Text Example
White with #EC7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7593; }
p { color: rgb(236,117,147); }
H1.HeaderClassName
{
color: #EC7593;
}
.AnyTagClassName
{
color: #EC7593;
}
</style>
background-color css
<style>
a { background-color: #EC7593; }
a { background-color: rgb(236,117,147); }
div.DivClassName
{
background-color: #EC7593;
}
.BgClassName
{
background-color: #EC7593;
}
</style>
border-color css
<style>
span { border-color: #EC7593; }
span { border-color: rgb(236,117,147); }
td.TdClassName
{
border-color: #EC7593;
}
.TagClassName
{
border-color: #EC7593;
}
</style>