Shades of Carissma #EF7F9A
Tints of Carissma #EF7F9A
RGB
CMYK
RGB Variations
Color information
#EF7F9A (or 0xEF7F9A) is known color: Carissma. HEX triplet: EF, 7F and 9A. RGB value is (239,127,154). Sum of RGB (Red+Green+Blue) = 239+127+154=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F9A is #108065. Grayscale: #A3A3A3. Windows color (decimal): -1081446 or 10125295. OLE color: 10125295.
HSL color Cylindrical-coordinate representation of color #EF7F9A: hue angle of 345.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F9A is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 154 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.06 |
| HSL | 345.54º | 0.78% | 0.72% | - |
| HSV(B) | 345.54º | 0.47% | 0.94% | - |
| XYZ | 49.02 | 35.86 | 34.91 | - |
| YUV | 163.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 154 | 0 | 0.47 | 0.36 | 0.06 | 345.54 | 0.78 | 0.72 |
| Hex | EF | 7F | 9A | 0 | 2F | 24 | 6 | 15A | 4E | 48 |
| Octal | 357 | 177 | 232 | 0 | 57 | 44 | 6 | 532 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10011010 | 0 | 101111 | 100100 | 110 | 101011010 | 1001110 | 1001000 |
Color Harmonies of #EF7F9A
Complementary color
Monochromatic Colors of #EF7F9A
Black with #EF7F9A
Text Example
Text Example
White with #EF7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F9A; }
p { color: rgb(239,127,154); }
H1.HeaderClassName
{
color: #EF7F9A;
}
.AnyTagClassName
{
color: #EF7F9A;
}
</style>
background-color css
<style>
a { background-color: #EF7F9A; }
a { background-color: rgb(239,127,154); }
div.DivClassName
{
background-color: #EF7F9A;
}
.BgClassName
{
background-color: #EF7F9A;
}
</style>
border-color css
<style>
span { border-color: #EF7F9A; }
span { border-color: rgb(239,127,154); }
td.TdClassName
{
border-color: #EF7F9A;
}
.TagClassName
{
border-color: #EF7F9A;
}
</style>