Shades of Carissma #EC7595
Tints of Carissma #EC7595
RGB
CMYK
RGB Variations
Color information
#EC7595 (or 0xEC7595) is known color: Carissma. HEX triplet: EC, 75 and 95. RGB value is (236,117,149). Sum of RGB (Red+Green+Blue) = 236+117+149=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7595 is #138A6A. Grayscale: #9C9C9C. Windows color (decimal): -1280619 or 9795052. OLE color: 9795052.
HSL color Cylindrical-coordinate representation of color #EC7595: hue angle of 343.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 #EC7595 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 149 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.07 |
| HSL | 343.87º | 0.76% | 0.69% | - |
| HSV(B) | 343.87º | 0.5% | 0.93% | - |
| XYZ | 46.38 | 32.73 | 32.31 | - |
| YUV | 156.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 149 | 0 | 0.50 | 0.37 | 0.07 | 343.87 | 0.76 | 0.69 |
| Hex | EC | 75 | 95 | 0 | 32 | 25 | 7 | 158 | 4C | 45 |
| Octal | 354 | 165 | 225 | 0 | 62 | 45 | 7 | 530 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10010101 | 0 | 110010 | 100101 | 111 | 101011000 | 1001100 | 1000101 |
Color Harmonies of #EC7595
Complementary color
Monochromatic Colors of #EC7595
Black with #EC7595
Text Example
Text Example
White with #EC7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7595; }
p { color: rgb(236,117,149); }
H1.HeaderClassName
{
color: #EC7595;
}
.AnyTagClassName
{
color: #EC7595;
}
</style>
background-color css
<style>
a { background-color: #EC7595; }
a { background-color: rgb(236,117,149); }
div.DivClassName
{
background-color: #EC7595;
}
.BgClassName
{
background-color: #EC7595;
}
</style>
border-color css
<style>
span { border-color: #EC7595; }
span { border-color: rgb(236,117,149); }
td.TdClassName
{
border-color: #EC7595;
}
.TagClassName
{
border-color: #EC7595;
}
</style>