Shades of Carissma #EF7593
Tints of Carissma #EF7593
RGB
CMYK
RGB Variations
Color information
#EF7593 (or 0xEF7593) is known color: Carissma. HEX triplet: EF, 75 and 93. RGB value is (239,117,147). Sum of RGB (Red+Green+Blue) = 239+117+147=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7593 is #108A6C. Grayscale: #9C9C9C. Windows color (decimal): -1084013 or 9663983. OLE color: 9663983.
HSL color Cylindrical-coordinate representation of color #EF7593: hue angle of 345.25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7593 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 147 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.06 |
| HSL | 345.25º | 0.79% | 0.7% | - |
| HSV(B) | 345.25º | 0.51% | 0.94% | - |
| XYZ | 47.22 | 33.18 | 31.52 | - |
| YUV | 156.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 147 | 0 | 0.51 | 0.38 | 0.06 | 345.25 | 0.79 | 0.7 |
| Hex | EF | 75 | 93 | 0 | 33 | 26 | 6 | 159 | 4F | 46 |
| Octal | 357 | 165 | 223 | 0 | 63 | 46 | 6 | 531 | 117 | 106 |
| Binary | 11101111 | 1110101 | 10010011 | 0 | 110011 | 100110 | 110 | 101011001 | 1001111 | 1000110 |
Color Harmonies of #EF7593
Complementary color
Monochromatic Colors of #EF7593
Black with #EF7593
Text Example
Text Example
White with #EF7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7593; }
p { color: rgb(239,117,147); }
H1.HeaderClassName
{
color: #EF7593;
}
.AnyTagClassName
{
color: #EF7593;
}
</style>
background-color css
<style>
a { background-color: #EF7593; }
a { background-color: rgb(239,117,147); }
div.DivClassName
{
background-color: #EF7593;
}
.BgClassName
{
background-color: #EF7593;
}
</style>
border-color css
<style>
span { border-color: #EF7593; }
span { border-color: rgb(239,117,147); }
td.TdClassName
{
border-color: #EF7593;
}
.TagClassName
{
border-color: #EF7593;
}
</style>