Shades of Carissma #EF7E8C
Tints of Carissma #EF7E8C
RGB
CMYK
RGB Variations
Color information
#EF7E8C (or 0xEF7E8C) is known color: Carissma. HEX triplet: EF, 7E and 8C. RGB value is (239,126,140). Sum of RGB (Red+Green+Blue) = 239+126+140=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E8C is #108173. Grayscale: #A1A1A1. Windows color (decimal): -1081716 or 9207535. OLE color: 9207535.
HSL color Cylindrical-coordinate representation of color #EF7E8C: hue angle of 352.57º 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 #EF7E8C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 140 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.06 |
| HSL | 352.57º | 0.78% | 0.72% | - |
| HSV(B) | 352.57º | 0.47% | 0.94% | - |
| XYZ | 47.79 | 35.17 | 29.08 | - |
| YUV | 161.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 140 | 0 | 0.47 | 0.41 | 0.06 | 352.57 | 0.78 | 0.72 |
| Hex | EF | 7E | 8C | 0 | 2F | 29 | 6 | 161 | 4E | 48 |
| Octal | 357 | 176 | 214 | 0 | 57 | 51 | 6 | 541 | 116 | 110 |
| Binary | 11101111 | 1111110 | 10001100 | 0 | 101111 | 101001 | 110 | 101100001 | 1001110 | 1001000 |
Color Harmonies of #EF7E8C
Complementary color
Monochromatic Colors of #EF7E8C
Black with #EF7E8C
Text Example
Text Example
White with #EF7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E8C; }
p { color: rgb(239,126,140); }
H1.HeaderClassName
{
color: #EF7E8C;
}
.AnyTagClassName
{
color: #EF7E8C;
}
</style>
background-color css
<style>
a { background-color: #EF7E8C; }
a { background-color: rgb(239,126,140); }
div.DivClassName
{
background-color: #EF7E8C;
}
.BgClassName
{
background-color: #EF7E8C;
}
</style>
border-color css
<style>
span { border-color: #EF7E8C; }
span { border-color: rgb(239,126,140); }
td.TdClassName
{
border-color: #EF7E8C;
}
.TagClassName
{
border-color: #EF7E8C;
}
</style>